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

Unified Diff: tools/perf/generate_perf_json.py

Issue 2494763002: correcting gpu dimension for Mac 10.10 perf bots (Closed)
Patch Set: Removing comment out Created 4 years, 1 month 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 | « testing/buildbot/chromium.perf.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/generate_perf_json.py
diff --git a/tools/perf/generate_perf_json.py b/tools/perf/generate_perf_json.py
index b7bba7697acaaf3cba895e97248dab0e7282805d..e3ac8fea480cd39436fe4fa6354a2080ae4eec65 100755
--- a/tools/perf/generate_perf_json.py
+++ b/tools/perf/generate_perf_json.py
@@ -341,7 +341,7 @@ def get_waterfall_config():
swarming=[
{
'os': 'Mac-10.10',
- 'gpu': 'Intel Iris Graphics 5100',
+ 'gpu': '8086:0a2e',
'device_ids': [
'build158-m1', 'build159-m1', 'build160-m1',
'build161-m1', 'build162-m1']
« no previous file with comments | « testing/buildbot/chromium.perf.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698