You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ul...@apache.org on 2021/12/06 03:35:50 UTC

[incubator-kyuubi] branch tpcds-benchmark updated: docs

This is an automated email from the ASF dual-hosted git repository.

ulyssesyou pushed a commit to branch tpcds-benchmark
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/tpcds-benchmark by this push:
     new 91e7169  docs
91e7169 is described below

commit 91e71692353ed1dd8ee5519e8e1d057590890847
Author: ulysses-you <ul...@gmail.com>
AuthorDate: Mon Dec 6 11:35:39 2021 +0800

    docs
---
 dev/kyuubi-tpcds/README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dev/kyuubi-tpcds/README.md b/dev/kyuubi-tpcds/README.md
index 0643571..25fc967 100644
--- a/dev/kyuubi-tpcds/README.md
+++ b/dev/kyuubi-tpcds/README.md
@@ -50,3 +50,9 @@ $SPARK_HOME/bin/spark-submit \
   --class org.apache.kyuubi.tpcds.benchmark.RunBenchmark \
   kyuubi-tpcds-*.jar --db tpcds_sf10 --filter q1-v2.4
 ```
+
+The result of tpcds benchmark like:
+
+| name    | minTimeMs |  maxTimeMs  |  avgTimeMs | stdDev   | stdDevPercent  |
+|---------|-----------|-------------|------------|----------|----------------|
+| q1-v2.4 | 50.522384 |  868.010383 | 323.398267 | 471.6482 | 145.8413108576 |