Skip to content

Commit

Permalink
Tracing: Enable tracing_perftests on bots.
Browse files Browse the repository at this point in the history
There is an intention to track TRACE_EVENT macros performance
without browser and it's designed exactly like cc_perftests.
See bug entry for details.

BUG=656029

Review-Url: https://codereview.chromium.org/2418983003
Cr-Commit-Position: refs/heads/master@{#427379}
  • Loading branch information
kraynov authored and Commit bot committed Oct 25, 2016
1 parent 0b49649 commit c079758
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
5 changes: 2 additions & 3 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,7 @@ group("chromium_builder_perf") {
"//cc:cc_perftests",
"//chrome/test:load_library_perf_tests",
"//chrome/test:telemetry_perf_tests",
"//components/tracing:tracing_perftests",
"//gpu:gpu_perftests",
"//media:media_perftests",
"//tools/perf/chrome_telemetry_build:telemetry_chrome_test",
Expand All @@ -976,9 +977,7 @@ group("chromium_builder_perf") {
data_deps += [ "//chrome:linux_symbols" ]
}

if (!is_chromeos) {
data_deps += [ "//tools/perf/clear_system_cache" ]
}
data_deps += [ "//tools/perf/clear_system_cache" ]
}

if (is_win) {
Expand Down
8 changes: 8 additions & 0 deletions testing/buildbot/chromium.perf.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@
],
"name": "load_library_perf_tests",
"script": "gtest_perf_test.py"
},
{
"args": [
"tracing_perftests",
"--test-launcher-print-test-stdio=always"
],
"name": "tracing_perftests",
"script": "gtest_perf_test.py"
}
]
},
Expand Down
14 changes: 14 additions & 0 deletions tools/perf/generate_perf_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,20 @@
]
}
},
{
'args': [
'tracing_perftests',
'--test-launcher-print-test-stdio=always'
],
'name': 'tracing_perftests',
'script': 'gtest_perf_test.py',
'testers': [
{
'name': 'Linux Perf',
'shards': [3]
},
]
},
{
'args': [
'load_library_perf_tests',
Expand Down

0 comments on commit c079758

Please sign in to comment.