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

Unified Diff: tools/foozzie/v8_foozzie_test.py

Issue 2640043002: [foozzie] Add ignition as baseline comparison (Closed)
Patch Set: updates Created 3 years, 11 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
« tools/foozzie/v8_foozzie.py ('K') | « tools/foozzie/v8_foozzie.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/foozzie/v8_foozzie_test.py
diff --git a/tools/foozzie/v8_foozzie_test.py b/tools/foozzie/v8_foozzie_test.py
index 5a32ead620a9ce0328d0c17692ed6ec0d0d9f51f..ba44828a37880b67e10df5cfc8e0d4f46a3401f0 100644
--- a/tools/foozzie/v8_foozzie_test.py
+++ b/tools/foozzie/v8_foozzie_test.py
@@ -91,6 +91,7 @@ def run_foozzie(first_d8, second_d8):
'--random-seed', '12345',
'--first-d8', os.path.join(TEST_DATA, first_d8),
'--second-d8', os.path.join(TEST_DATA, second_d8),
+ '--first-config', 'ignition',
'--second-config', 'ignition_staging',
os.path.join(TEST_DATA, 'fuzz-123.js'),
])
« tools/foozzie/v8_foozzie.py ('K') | « tools/foozzie/v8_foozzie.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698