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

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

Issue 1155493007: Micro benchmark for Try-Catch-Finally (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixed formatting nit Created 5 years, 7 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 | « no previous file | test/js-perf-test/Exceptions/try-catch.js » ('j') | test/js-perf-test/Exceptions/try-catch.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js-perf-test/Exceptions/run.js
diff --git a/test/js-perf-test/Scope/run.js b/test/js-perf-test/Exceptions/run.js
similarity index 88%
copy from test/js-perf-test/Scope/run.js
copy to test/js-perf-test/Exceptions/run.js
index 9ce00a15a5ae3b9c221da343343369e1ec699be8..31153b504756b04499eef760b66e699ddeb89473 100644
--- a/test/js-perf-test/Scope/run.js
+++ b/test/js-perf-test/Exceptions/run.js
@@ -4,12 +4,12 @@
load('../base.js');
-load('with.js');
+load('try-catch.js');
var success = true;
function PrintResult(name, result) {
- print(name + '-Scope(Score): ' + result);
+ print(name + '-Exceptions(Score): ' + result);
}
« no previous file with comments | « no previous file | test/js-perf-test/Exceptions/try-catch.js » ('j') | test/js-perf-test/Exceptions/try-catch.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698