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

Unified Diff: tools/perf/benchmarks/benchmark_smoke_unittest.py

Issue 1868593002: [Telemetry] Reenable tracing.tracing_with_debug_overhead benchmark & disable its smoke test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | tools/perf/benchmarks/tracing.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/benchmark_smoke_unittest.py
diff --git a/tools/perf/benchmarks/benchmark_smoke_unittest.py b/tools/perf/benchmarks/benchmark_smoke_unittest.py
index f19d1d268ee6f3eb3c8e19269af878ef5e5cd34a..898f895d36476988c4a83484cf023d8076f0598b 100644
--- a/tools/perf/benchmarks/benchmark_smoke_unittest.py
+++ b/tools/perf/benchmarks/benchmark_smoke_unittest.py
@@ -30,6 +30,7 @@ from benchmarks import spaceport
from benchmarks import speedometer
from benchmarks import sunspider
from benchmarks import text_selection
+from benchmarks import tracing
def SmokeTestGenerator(benchmark):
@@ -86,7 +87,7 @@ _BLACK_LIST_TEST_MODULES = {
speedometer, # Takes 101 seconds.
jetstream, # Take 206 seconds.
text_selection, # Always fails on cq bot.
- memory # Flaky on bots, crbug.com/513767
+ memory # Flaky on bots, crbug.com/513767.
}
# Some smoke benchmark tests that run quickly on desktop platform can be very
@@ -94,6 +95,7 @@ _BLACK_LIST_TEST_MODULES = {
_ANDROID_BLACK_LIST_MODULES = {
kraken, # Takes 275 seconds on Android.
sunspider, # Takes 163 seconds on Android.
+ tracing, # Failed on Android bot, crbug.com/600989.
}
« no previous file with comments | « no previous file | tools/perf/benchmarks/tracing.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698