Index: tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py |
diff --git a/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py b/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py |
index c9961e7718c20978bbf3207b235b2fe48b009528..0ecf092e4c24b939a8879f07232d3544de31f698 100644 |
--- a/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py |
+++ b/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py |
@@ -124,6 +124,16 @@ class ChromeProxyLoFi(benchmark.Benchmark): |
return 'chrome_proxy_benchmark.lo_fi.lo_fi' |
+class ChromeProxyExperiment(benchmark.Benchmark): |
+ tag = 'experiment' |
sclittle
2015/04/03 01:34:48
"experiment" seems a bit ambiguous; maybe "experim
|
+ test = measurements.ChromeProxyExperiment |
+ page_set = pagesets.ExperimentPageSet |
+ |
+ @classmethod |
+ def Name(cls): |
+ return 'chrome_proxy_benchmark.experiment.experiment' |
+ |
+ |
class ChromeProxyBypass(benchmark.Benchmark): |
tag = 'bypass' |
test = measurements.ChromeProxyBypass |