tab_switching benchmark histograms missing values |
|||
Issue descriptionChrome Version: 69.0.3452.0 What steps will reproduce the problem? (1)./tools/perf/run_benchmark --browser=cros-chrome -d tab_switching.typical_25 --output-format=html --output-format=histograms What is the expected result? The histogram.json result file should have the tab switching times in ms What happens instead? The times are missing. I ran the benchmark on the latest R69 chromeos eve image and these values were missing, but when I ran it on the latest R68 eve image the values were there. I am attaching the two different histogram.json files for reference.
,
Jun 15 2018
,
Jun 23 2018
Works for me: after gclient sync && utoninja -C out_${SDK_BOARD}/Release chrome chrome_sandbox nacl_helper
I ran
./tools/perf/run_benchmark --browser=cros-chrome -d tab_switching.typical_25 --output-format=html --output-format=histograms --output-format=csv --output-format=json-test-results --remote 100.127.26.197 --output-dir=results --results-label=gwen2
jq . results/histograms.json | less
show the tab_switching_latency section.
,
Jun 25 2018
It still isn't working for me, my results directory is attached.
,
Jun 26 2018
Ok, I have it working now. It seems to have been a problem with my chrome sdk version. |
|||
►
Sign in to add a comment |
|||
Comment 1 by asavery@chromium.org
, Jun 15 2018