Gergely Fürnstáhl has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18215
Change subject: IMPALA-11113 and IMPALA-11114: fixed single_node_perf_run.py for TPCDS ...................................................................... IMPALA-11113 and IMPALA-11114: fixed single_node_perf_run.py for TPCDS Fixed the UTF-8 UnicodeDecodeError which was thrown while dumping and loading the json file. Now the script ignores non-decodable characters. Fixed the ZeroDevisionError coming from t-test when the standard deviations were 0. "(N/A) Invalid t-test type" is shown for significant changes and a hint at the end if any invalid t-test was detected. Change-Id: I094763188a1f3ddf40b7140c65acf95918a6597f --- M bin/run-workload.py M tests/benchmark/report_benchmark_results.py 2 files changed, 17 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/15/18215/2 -- To view, visit http://gerrit.cloudera.org:8080/18215 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I094763188a1f3ddf40b7140c65acf95918a6597f Gerrit-Change-Number: 18215 Gerrit-PatchSet: 2 Gerrit-Owner: Gergely Fürnstáhl <[email protected]>
