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

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

Issue 2844253005: [tools/perf] Enable Jetstream on Android. (Closed)
Patch Set: Created 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/jetstream.py
diff --git a/tools/perf/benchmarks/jetstream.py b/tools/perf/benchmarks/jetstream.py
index fb30892adad76cfe68223668ac84431b0b3d12d6..32ff5582398d919d9653467cfb9bea41e7dc2889 100644
--- a/tools/perf/benchmarks/jetstream.py
+++ b/tools/perf/benchmarks/jetstream.py
@@ -75,8 +75,6 @@ class _JetstreamMeasurement(legacy_page_test.LegacyPageTest):
results.AddSummaryValue(list_of_scalar_values.ListOfScalarValues(
None, 'Score', 'score', all_scores))
-
-@benchmark.Disabled('android')
@benchmark.Owner(emails=['bmeurer@chromium.org', 'mvstanton@chromium.org'])
class Jetstream(perf_benchmark.PerfBenchmark):
test = _JetstreamMeasurement
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698