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

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

Issue 2769973005: [JSPerfTests] New tests for Array.prototype.filter and map. (Closed)
Patch Set: Naive tests go generic. Created 3 years, 9 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/Array/map.js ('k') | test/js-perf-test/JSTests.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js-perf-test/Array/run.js
diff --git a/test/js-perf-test/Array/run.js b/test/js-perf-test/Array/run.js
index 57ff44c548e79409ed3e41b9110e7d6fede4d0b3..e11682f7da7759b705a8d6dd161e001846595d9c 100644
--- a/test/js-perf-test/Array/run.js
+++ b/test/js-perf-test/Array/run.js
@@ -6,6 +6,7 @@
load('../base.js');
load('filter.js');
+load('map.js');
var success = true;
@@ -13,10 +14,7 @@ function PrintResult(name, result) {
print(name + '-Array(Score): ' + result);
}
-function PrintStep(name) {
- print('Completed ' + name + '-Array...');
-}
-
+function PrintStep(name) {}
function PrintError(name, error) {
PrintResult(name, error);
« no previous file with comments | « test/js-perf-test/Array/map.js ('k') | test/js-perf-test/JSTests.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698