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

Unified Diff: tools/try_perf.py

Issue 2033393002: Add Ignition perf benchmarks to try_perf.py (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/try_perf.py
diff --git a/tools/try_perf.py b/tools/try_perf.py
index 5565b80826b11a52de077ed05881196b3777ae33..e022ab45bf33d446e2a7c9395106ec319812f98f 100755
--- a/tools/try_perf.py
+++ b/tools/try_perf.py
@@ -33,17 +33,22 @@ PUBLIC_BENCHMARKS = [
'emscripten',
'compile',
'jetstream',
+ 'jetstream-ignition',
'jsbench',
'jstests',
'kraken_orig',
+ 'kraken_orig-ignition',
'massive',
'memory',
'octane',
+ 'octane-noopt',
+ 'octane-ignition',
'octane-pr',
'octane-tf',
'octane-tf-pr',
'simdjs',
'sunspider',
+ 'sunspider-ignition',
'wasm',
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698