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: 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..d1251d09d400d1d54c64f886e03d1f1724b47f22 100644
--- a/test/js-perf-test/SixSpeed/super_spread/run.js
+++ b/test/js-perf-test/SixSpeed/super_spread/run.js
@@ -2,9 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-load('../../base.js');
-load('super_spread.js');
-
var success = true;
function PrintResult(name, result) {

Powered by Google App Engine
This is Rietveld 408576698