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

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

Issue 2674873002: [Test] Update all SixSpeed tests to run in separate processes. (Closed)
Patch Set: Rebase on master and track Created 3 years, 10 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 | « test/js-perf-test/SixSpeed/object_literals/run.js ('k') | test/js-perf-test/SixSpeed/spread/babel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js-perf-test/SixSpeed/run.js
diff --git a/test/js-perf-test/SixSpeed/super_spread/run.js b/test/js-perf-test/SixSpeed/run.js
similarity index 96%
rename from test/js-perf-test/SixSpeed/super_spread/run.js
rename to test/js-perf-test/SixSpeed/run.js
index 3025caf8a8d35c0ea2c001c0a90c7750fca2de46..272d42fa9ac65aee28266b61d1d71c7a94ca2d96 100644
--- a/test/js-perf-test/SixSpeed/super_spread/run.js
+++ b/test/js-perf-test/SixSpeed/run.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-load('../../base.js');
+load('../base.js');
load(arguments[0] + '.js');
var success = true;
« no previous file with comments | « test/js-perf-test/SixSpeed/object_literals/run.js ('k') | test/js-perf-test/SixSpeed/spread/babel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698