Commit 0c907e85 authored by Caleb Rouleau's avatar Caleb Rouleau Committed by Commit Bot

[Benchmarking] Replace myself as dummy benchmark owner.

Change-Id: I9abf963d70f931c4d4b4b252df6535e2ad88dd04
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119633
Auto-Submit: Caleb Rouleau <crouleau@chromium.org>
Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Reviewed-by: default avatarWenbin Zhang <wenbinzhang@google.com>
Commit-Queue: Wenbin Zhang <wenbinzhang@google.com>
Cr-Commit-Position: refs/heads/master@{#753402}
parent b575ee21
...@@ -22,8 +22,8 @@ blink_perf.svg,"fs@opera.com, pdr@chromium.org",Blink>SVG,https://bit.ly/blink-p ...@@ -22,8 +22,8 @@ blink_perf.svg,"fs@opera.com, pdr@chromium.org",Blink>SVG,https://bit.ly/blink-p
components_perftests,csharrison@chromium.org,,, components_perftests,csharrison@chromium.org,,,
dawn_perf_tests,"enga@chromium.org, chrome-gpu-perf-owners@chromium.org",Internals>GPU>Dawn,https://dawn.googlesource.com/dawn/+/HEAD/src/tests/perf_tests/README.md, dawn_perf_tests,"enga@chromium.org, chrome-gpu-perf-owners@chromium.org",Internals>GPU>Dawn,https://dawn.googlesource.com/dawn/+/HEAD/src/tests/perf_tests/README.md,
dromaeo,"jbroman@chromium.org, yukishiino@chromium.org, haraken@chromium.org",Blink>Bindings,, dromaeo,"jbroman@chromium.org, yukishiino@chromium.org, haraken@chromium.org",Blink>Bindings,,
dummy_benchmark.noisy_benchmark_1,crouleau@chromium.org,Test>Telemetry,, dummy_benchmark.noisy_benchmark_1,"johnchen@chromium.org, wenbinzhang@google.com",Test>Telemetry,,
dummy_benchmark.stable_benchmark_1,crouleau@chromium.org,Test>Telemetry,, dummy_benchmark.stable_benchmark_1,"johnchen@chromium.org, wenbinzhang@google.com",Test>Telemetry,,
gpu_perftests,"reveman@chromium.org, chrome-gpu-perf-owners@chromium.org",Internals>GPU,, gpu_perftests,"reveman@chromium.org, chrome-gpu-perf-owners@chromium.org",Internals>GPU,,
jetstream,hablich@chromium.org,Blink>JavaScript,, jetstream,hablich@chromium.org,Blink>JavaScript,,
jetstream2,"hablich@chromium.org, tcwang@chromium.org",Blink>JavaScript,https://browserbench.org/JetStream/in-depth.html, jetstream2,"hablich@chromium.org, tcwang@chromium.org",Blink>JavaScript,https://browserbench.org/JetStream/in-depth.html,
......
# Copyright 2015 The Chromium Authors. All rights reserved. # Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # found in the LICENSE file.
"""Dummy benchmarks for the bisect FYI integration tests. """Dummy benchmarks for the bisect FYI integration tests and other tests.
The number they produce aren't meant to represent any actual performance The number they produce aren't meant to represent any actual performance
data of the browser. For more information about these dummy benchmarks, data of the browser. For more information about these dummy benchmarks,
...@@ -34,7 +34,9 @@ class _DummyBenchmark(perf_benchmark.PerfBenchmark): ...@@ -34,7 +34,9 @@ class _DummyBenchmark(perf_benchmark.PerfBenchmark):
page_set = dummy_story_set.DummyStorySet page_set = dummy_story_set.DummyStorySet
@benchmark.Info(emails=['crouleau@chromium.org'], component='Test>Telemetry') @benchmark.Info(
emails=['johnchen@chromium.org', 'wenbinzhang@google.com'],
component='Test>Telemetry')
class DummyBenchmarkOne(_DummyBenchmark): class DummyBenchmarkOne(_DummyBenchmark):
"""A low noise benchmark with mean=100 & std=1.""" """A low noise benchmark with mean=100 & std=1."""
...@@ -46,7 +48,9 @@ class DummyBenchmarkOne(_DummyBenchmark): ...@@ -46,7 +48,9 @@ class DummyBenchmarkOne(_DummyBenchmark):
return 'dummy_benchmark.stable_benchmark_1' return 'dummy_benchmark.stable_benchmark_1'
@benchmark.Info(emails=['crouleau@chromium.org'], component='Test>Telemetry') @benchmark.Info(
emails=['johnchen@chromium.org', 'wenbinzhang@google.com'],
component='Test>Telemetry')
class DummyBenchmarkTwo(_DummyBenchmark): class DummyBenchmarkTwo(_DummyBenchmark):
"""A noisy benchmark with mean=50 & std=20.""" """A noisy benchmark with mean=50 & std=20."""
......
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