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

Unified Diff: tools/perf/perf.isolate

Issue 2081403003: [tools/perf] Enable smoke coverage for all telemetry benchmarks Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add path to pywebsocket lib Created 4 years, 6 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/perf/BUILD.gn ('K') | « tools/perf/benchmarks/benchmark_smoke_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/perf.isolate
diff --git a/tools/perf/perf.isolate b/tools/perf/perf.isolate
index 20cb79683b7ff093d3eee0de99a6519cd9f9edaf..0818120249a353ad2ba54c3bbe5c032bad609964 100644
--- a/tools/perf/perf.isolate
+++ b/tools/perf/perf.isolate
@@ -6,13 +6,18 @@
'./chrome_telemetry_build/telemetry_chrome_test.isolate',
],
'conditions': [
- ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
+ ['OS=='android' or OS=='linux' or OS=='mac' or OS=='win'', {
'variables': {
'files': [
'./',
- # Field trial configs
+ # Field trial configs.
'../variations/',
'../../testing/variations/',
+ # For blink_perf benchmarks.
+ '../../third_party/WebKit/PerformanceTests/',
+
+ # For blink_perf.BlinkPerfPywebsocket benchmark.
+ '../../third_party/pywebsocket/',
],
},
}],
« tools/perf/BUILD.gn ('K') | « tools/perf/benchmarks/benchmark_smoke_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698