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

Unified Diff: test/js-perf-test/SixSpeed/spread/run.js

Issue 2467483002: Add spread call micro-benchmarks. (Closed)
Patch Set: moved a bit around, now use our own benchmark suite Created 4 years, 1 month 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 | « test/js-perf-test/SixSpeed/LICENSE.sixspeed ('k') | test/js-perf-test/SixSpeed/spread/spread.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js-perf-test/SixSpeed/spread/run.js
diff --git a/test/js-perf-test/Generators/run.js b/test/js-perf-test/SixSpeed/spread/run.js
similarity index 84%
copy from test/js-perf-test/Generators/run.js
copy to test/js-perf-test/SixSpeed/spread/run.js
index 6feb6f79fb4b4703c5deb20ac591d003716cc8cf..c46b29be98646753eb47a5ea1170af0ad479b5b8 100644
--- a/test/js-perf-test/Generators/run.js
+++ b/test/js-perf-test/SixSpeed/spread/run.js
@@ -2,14 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-
-load('../base.js');
-load('generators.js');
+load('../../base.js');
+load('spread.js');
var success = true;
function PrintResult(name, result) {
- print(name + '-Generators(Score): ' + result);
+ print(name + '(Score): ' + result);
}
« no previous file with comments | « test/js-perf-test/SixSpeed/LICENSE.sixspeed ('k') | test/js-perf-test/SixSpeed/spread/spread.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698