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

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

Issue 2197153002: [tools/perf] Remove deprecated memory.* benchmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove from smoke tests Created 4 years, 4 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/memory.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 72168cb5f505b8367203b70504f1c62f74fbfaee..76d0206be0db4301308d55231d0fec3684084e88 100644
--- a/tools/perf/benchmarks/benchmark_smoke_unittest.py
+++ b/tools/perf/benchmarks/benchmark_smoke_unittest.py
@@ -24,7 +24,6 @@ from benchmarks import image_decoding
from benchmarks import indexeddb_perf
from benchmarks import jetstream
from benchmarks import kraken
-from benchmarks import memory
from benchmarks import octane
from benchmarks import rasterize_and_record_micro
from benchmarks import repaint
@@ -92,7 +91,6 @@ _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.
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 | « no previous file | tools/perf/benchmarks/memory.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698