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

Unified Diff: LayoutTests/perf/set-attribute.html

Issue 1149253002: Remove LayoutTests/perf and associated references (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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
Index: LayoutTests/perf/set-attribute.html
diff --git a/LayoutTests/perf/set-attribute.html b/LayoutTests/perf/set-attribute.html
deleted file mode 100644
index 80d7513f239e7dcc3072be8ccb6b99f5a142c0a5..0000000000000000000000000000000000000000
--- a/LayoutTests/perf/set-attribute.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<script src="../resources/magnitude-perf.js"></script>
-<script>
-var key = 'counter';
-
-function setupFunction(magnitude)
-{
- element = document.createElement('div');
- counter = 0;
-}
-
-function test(magnitude)
-{
- element.setAttribute(key, counter ? counter-- : counter++);
-}
-
-Magnitude.description("Tests that setAttribute is constant time.");
-Magnitude.numTrials = 5;
-Magnitude.successThreshold = 0.40; // 2 out of 5
-Magnitude.tolerance = 0.70;
-Magnitude.trim = 2;
-Magnitude.run(setupFunction, test, Magnitude.CONSTANT);
-</script>
« no previous file with comments | « LayoutTests/perf/compositor-touch-hit-rects-expected.txt ('k') | LayoutTests/perf/set-attribute-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698