Hello Jean-Daniel Cryans, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/1910
to look at the new patch set (#2).
Change subject: tpch: switch CPU to performance mode before running benchmark
......................................................................
tpch: switch CPU to performance mode before running benchmark
For benchmarks, it's important to disable frequency scaling to get
consistent results. We were already doing this for the main benchmarks
script, but not for the tpch test. One of our benchmark slaves was
set to 'performance' mode whereas another is set to 'ondemand'
which resulted in about a 2x difference in performance on this benchmark.
This refactors out some code for setting the frequency governor and
uses it in the TPCH script.
Change-Id: If917950cef028470d0e603475a236847b1cccd46
---
M src/kudu/scripts/benchmarks.sh
A src/kudu/scripts/ensure_cpu_scaling.sh
M src/kudu/scripts/tpch.sh
3 files changed, 36 insertions(+), 23 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/10/1910/2
--
To view, visit http://gerrit.cloudera.org:8080/1910
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: If917950cef028470d0e603475a236847b1cccd46
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Jean-Daniel Cryans
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <[email protected]>