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

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

Issue 2876073003: Migrate cluster telemetry benchmarks to tools/perf/contrib/cluster_telemetry/ (Closed)
Patch Set: Remove BENCHMARKS_BLACK_LIST Created 3 years, 7 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
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 5beb23bdf2b51ca667367ecb8e6b247e5f040ec4..2460783e71154b2a69b71024a1589a5ecc887d29 100644
--- a/tools/perf/benchmarks/benchmark_smoke_unittest.py
+++ b/tools/perf/benchmarks/benchmark_smoke_unittest.py
@@ -27,7 +27,6 @@ from benchmarks import jetstream
from benchmarks import kraken
from benchmarks import octane
from benchmarks import rasterize_and_record_micro
-from benchmarks import repaint
from benchmarks import speedometer
from benchmarks import v8_browsing
@@ -93,7 +92,6 @@ _BLACK_LIST_TEST_MODULES = {
indexeddb_perf, # Always fails on Win7 & Android Tests builder.
octane, # Often fails & take long time to timeout on cq bot.
rasterize_and_record_micro, # Always fails on cq bot.
- repaint, # Often fails & takes long time to timeout on cq bot.
wkorman 2017/05/12 17:44:23 This seems worth noting in the CL description. If
nednguyen 2017/05/12 20:17:03 Oh, this is smoke test of repaint benchmarks that
speedometer, # Takes 101 seconds.
jetstream, # Take 206 seconds.
kraken, # Flaky on Android, crbug.com/626174.

Powered by Google App Engine
This is Rietveld 408576698