summaryrefslogtreecommitdiffstats
path: root/tools/perf/benchmarks/v8.py
diff options
context:
space:
mode:
authorulan <ulan@chromium.org>2015-03-24 04:22:19 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-24 11:23:01 +0000
commit29762c24f31cb38516805e20bb54d7a14773e50d (patch)
treec23f8556c42c4571d6bc459b3a8b18de31941ecc /tools/perf/benchmarks/v8.py
parentd6493ce2a4ed6f346a31597ac27748a3429a1d95 (diff)
downloadchromium_src-29762c24f31cb38516805e20bb54d7a14773e50d.zip
chromium_src-29762c24f31cb38516805e20bb54d7a14773e50d.tar.gz
chromium_src-29762c24f31cb38516805e20bb54d7a14773e50d.tar.bz2
Revert "Disabled v8.detached_context_age_in_gc benchmark due to crash"
This reverts commit 82072cae99ed21403e9dd68fb8e6ffcd0d7b8992. The benchmark doesn't fail anymore with the new V8 roll. BUG=469146 TBR=sullivan@chromium.org Review URL: https://codereview.chromium.org/1026303002 Cr-Commit-Position: refs/heads/master@{#321971}
Diffstat (limited to 'tools/perf/benchmarks/v8.py')
-rw-r--r--tools/perf/benchmarks/v8.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/benchmarks/v8.py b/tools/perf/benchmarks/v8.py
index 40ea0e3..d4003a9 100644
--- a/tools/perf/benchmarks/v8.py
+++ b/tools/perf/benchmarks/v8.py
@@ -44,7 +44,6 @@ class V8KeyMobileSites(benchmark.Benchmark):
def Name(cls):
return 'v8.key_mobile_sites_smooth'
-@benchmark.Disabled # http://crbug.com/469146
class V8DetachedContextAgeInGC(benchmark.Benchmark):
"""Measures the number of GCs needed to collect a detached context.