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; |