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

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

Issue 2669223002: [Test] Reconfigure SuperSpread benchmarks to run in separate processes. (Closed)
Patch Set: Use test_flags and pass benchmark name to runner Created 3 years, 11 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: test/js-perf-test/SixSpeed/super_spread/run.js
diff --git a/test/js-perf-test/SixSpeed/super_spread/run.js b/test/js-perf-test/SixSpeed/super_spread/run.js
index 7d55265cf805e214b1963beea1bca89503118209..3025caf8a8d35c0ea2c001c0a90c7750fca2de46 100644
--- a/test/js-perf-test/SixSpeed/super_spread/run.js
+++ b/test/js-perf-test/SixSpeed/super_spread/run.js
@@ -3,7 +3,7 @@
// found in the LICENSE file.
load('../../base.js');
-load('super_spread.js');
+load(arguments[0] + '.js');
var success = true;

Powered by Google App Engine
This is Rietveld 408576698