X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Ftools%2Fchrome_proxy%2Fintegration_tests%2Fchrome_proxy_benchmark.py;h=7364419eee4f379ca419034b3e03792586b008ba;hb=ac5c4e12d0a033d1c358a787e329f167d4ded761;hp=112d99cacd1dee54edb21ff0116b7ddb61000524;hpb=0a7e0ff458505735434b51cfa564902cdb901fc1;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py b/src/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py index 112d99c..7364419 100644 --- a/src/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py +++ b/src/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py @@ -70,6 +70,11 @@ class ChromeProxyHeaderValidation(benchmark.Benchmark): test = measurements.ChromeProxyHeaders page_set = pagesets.Top20PageSet +@benchmark.Enabled('android') +class ChromeProxyClientVersion(benchmark.Benchmark): + tag = 'client_version' + test = measurements.ChromeProxyClientVersion + page_set = pagesets.SyntheticPageSet @benchmark.Enabled('android') class ChromeProxyBypass(benchmark.Benchmark):