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

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

Issue 2865923005: Remove text_selection.* benchmarks (Closed)
Patch Set: Also remove the page sets 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
« no previous file with comments | « tools/perf/benchmark.csv ('k') | tools/perf/benchmarks/text_selection.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 b910e7068d0df60f918ad35743350b60e065aa6d..5beb23bdf2b51ca667367ecb8e6b247e5f040ec4 100644
--- a/tools/perf/benchmarks/benchmark_smoke_unittest.py
+++ b/tools/perf/benchmarks/benchmark_smoke_unittest.py
@@ -29,7 +29,6 @@ from benchmarks import octane
from benchmarks import rasterize_and_record_micro
from benchmarks import repaint
from benchmarks import speedometer
-from benchmarks import text_selection
from benchmarks import v8_browsing
@@ -97,7 +96,6 @@ _BLACK_LIST_TEST_MODULES = {
repaint, # Often fails & takes long time to timeout on cq bot.
speedometer, # Takes 101 seconds.
jetstream, # Take 206 seconds.
- text_selection, # Always fails on cq bot.
kraken, # Flaky on Android, crbug.com/626174.
v8_browsing, # Flaky on Android, crbug.com/628368.
battor #Flaky on android, crbug.com/618330.
« no previous file with comments | « tools/perf/benchmark.csv ('k') | tools/perf/benchmarks/text_selection.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698