Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Unified Diff: LayoutTests/perf/array-reverse.html

Issue 51383002: Delete perf tests that are WontFixed. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: try again Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/perf/array-push-pop-expected.txt ('k') | LayoutTests/perf/array-reverse-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/perf/array-reverse.html
diff --git a/LayoutTests/perf/array-reverse.html b/LayoutTests/perf/array-reverse.html
deleted file mode 100644
index 4425f6fcad3786e73cb4c5598e58aa16e9e89f41..0000000000000000000000000000000000000000
--- a/LayoutTests/perf/array-reverse.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<script src="../resources/magnitude-perf.js"></script>
-<script>
-function setupFunction(magnitude)
-{
- array = [];
- for (var i = 0; i < magnitude; i++) {
- array[i] = i;
- }
-}
-
-function test(magnitude)
-{
- array.lastIndexOf(1);
-}
-
-Magnitude.description("Tests that Array reverse is linear.");
-Magnitude.initialExponent = 12;
-Magnitude.numPoints = 7;
-Magnitude.tolerance = 0.30;
-Magnitude.trim = 2;
-Magnitude.run(setupFunction, test, Magnitude.LINEAR);
-</script>
« no previous file with comments | « LayoutTests/perf/array-push-pop-expected.txt ('k') | LayoutTests/perf/array-reverse-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698