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

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

Issue 1317113007: [es6] add js-perf-test for rest parameters (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix typo Created 5 years, 3 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/RestParameters/run.js
diff --git a/test/js-perf-test/Scope/run.js b/test/js-perf-test/RestParameters/run.js
similarity index 88%
copy from test/js-perf-test/Scope/run.js
copy to test/js-perf-test/RestParameters/run.js
index 9ce00a15a5ae3b9c221da343343369e1ec699be8..71d3d43bc273195334d563626f3bb3b83a4a97c4 100644
--- a/test/js-perf-test/Scope/run.js
+++ b/test/js-perf-test/RestParameters/run.js
@@ -4,12 +4,12 @@
load('../base.js');
-load('with.js');
+load('rest.js');
var success = true;
function PrintResult(name, result) {
- print(name + '-Scope(Score): ' + result);
+ print(name + '-RestParameters(Score): ' + result);
}
« test/js-perf-test/RestParameters/rest.js ('K') | « test/js-perf-test/RestParameters/rest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698