Jim Apple has uploaded a new change for review.
http://gerrit.cloudera.org:8080/6818
Change subject: Add a script to test performance on a developer machine
......................................................................
Add a script to test performance on a developer machine
This is a migration from an old and broken script from another
repository. Example use:
bin/jenkins/single_node_perf_run.py --ninja \
--workloads targeted-perf --no_load --scale 4 --iterations 20 \
--num_impalads 3 --no_start_minicluster \
--query_names PERF_AGG-Q3 \
$(git rev-parse HEAD~1) $(git rev-parse HEAD)
The script can load data, run benchmarks, and compare the statistics
of those runs for significant differences in performance. It glues
together buildall.sh, bin/load-data.py, bin/run-workload.py, and
tests/benchmark/report_benchmark_results.py.
Change-Id: I70ba7f3c28f612a370915615600bf8dcebcedbc9
---
M bin/load-data.py
M bin/run-workload.py
A bin/single_node_perf_run.py
M testdata/datasets/tpcds/preload
M testdata/datasets/tpch/preload
5 files changed, 315 insertions(+), 3 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/18/6818/1
--
To view, visit http://gerrit.cloudera.org:8080/6818
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I70ba7f3c28f612a370915615600bf8dcebcedbc9
Gerrit-PatchSet: 1
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: Jim Apple <[email protected]>