Commit fb6ef0bd authored by nednguyen's avatar nednguyen Committed by Commit bot

[Telemetry] Remove broken page from dummy_benchmark.noisy_benchmark_1

BUG=537676, 581465
CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect

Review URL: https://codereview.chromium.org/1640323002

Cr-Commit-Position: refs/heads/master@{#371835}
parent a3ca9351
......@@ -58,9 +58,3 @@ class DummyBenchmarkTwo(_DummyBenchmark):
@classmethod
def Name(cls):
return 'dummy_benchmark.noisy_benchmark_1'
def CreateStorySet(self, options):
del options # unused
story_set = dummy_story_set.DummyStorySet()
story_set.AddStory(dummy_story_set.BrokenDummyPage(story_set))
return story_set
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment