You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2023/01/18 10:49:34 UTC

[GitHub] [doris] 924060929 opened a new pull request, #16071: Support benchmark

924060929 opened a new pull request, #16071:
URL: https://github.com/apache/doris/pull/16071

   # Proposed changes
   
   support benchmark regression test, demo: `doris/regression-test/suites/nereids_benchmark_p2/explain_clickbench_benchmark.groovy`
   
   result:
   ```
   +-----------+---------------+---------------+---------------+
   |  SQL ID   |      avg      |      min      |      max      |
   +-----------+---------------+---------------+---------------+
   |  SQL 1    |       6.33 ms |          5 ms |          9 ms |
   |  SQL 2    |      22.00 ms |          7 ms |         43 ms |
   |  SQL 3    |       7.00 ms |          6 ms |          9 ms |
   |  SQL 4    |       5.00 ms |          4 ms |          6 ms |
   |  SQL 5    |       5.33 ms |          4 ms |          7 ms |
   |  SQL 6    |       5.67 ms |          4 ms |          7 ms |
   |  SQL 7    |       4.67 ms |          4 ms |          5 ms |
   |  SQL 8    |       7.33 ms |          6 ms |          8 ms |
   |  SQL 9    |       7.00 ms |          7 ms |          7 ms |
   |  SQL 10   |      10.00 ms |          7 ms |         16 ms |
   |  SQL 11   |       8.33 ms |          8 ms |          9 ms |
   |  SQL 12   |      10.00 ms |          9 ms |         12 ms |
   |  SQL 13   |       6.33 ms |          6 ms |          7 ms |
   |  SQL 14   |       6.67 ms |          6 ms |          7 ms |
   |  SQL 15   |       5.33 ms |          5 ms |          6 ms |
   |  SQL 16   |      15.33 ms |          3 ms |         25 ms |
   |  SQL 17   |       5.67 ms |          5 ms |          6 ms |
   |  SQL 18   |       6.00 ms |          5 ms |          7 ms |
   |  SQL 19   |       7.00 ms |          7 ms |          7 ms |
   |  SQL 20   |       6.00 ms |          5 ms |          7 ms |
   |  SQL 21   |       7.67 ms |          6 ms |         10 ms |
   |  SQL 22   |       7.00 ms |          6 ms |          8 ms |
   |  SQL 23   |      10.33 ms |          8 ms |         12 ms |
   |  SQL 24   |       7.00 ms |          6 ms |          8 ms |
   |  SQL 25   |       7.67 ms |          7 ms |          9 ms |
   |  SQL 26   |       7.33 ms |          5 ms |          9 ms |
   |  SQL 27   |       7.33 ms |          6 ms |          8 ms |
   |  SQL 28   |      11.00 ms |         10 ms |         12 ms |
   |  SQL 29   |      22.67 ms |          7 ms |         31 ms |
   |  SQL 30   |      17.33 ms |         17 ms |         18 ms |
   |  SQL 31   |      11.67 ms |         11 ms |         13 ms |
   |  SQL 32   |       8.33 ms |          8 ms |          9 ms |
   |  SQL 33   |       5.67 ms |          5 ms |          6 ms |
   |  SQL 34   |       6.00 ms |          5 ms |          7 ms |
   |  SQL 35   |       6.67 ms |          6 ms |          7 ms |
   |  SQL 36   |      17.33 ms |          7 ms |         32 ms |
   |  SQL 37   |       8.67 ms |          6 ms |         11 ms |
   |  SQL 38   |       7.00 ms |          6 ms |          9 ms |
   |  SQL 39   |      25.00 ms |         14 ms |         35 ms |
   |  SQL 40   |       8.33 ms |          7 ms |         10 ms |
   |  SQL 41   |       9.00 ms |          6 ms |         11 ms |
   |  SQL 42   |       7.33 ms |          6 ms |          9 ms |
   |  SQL 43   |       9.67 ms |          8 ms |         12 ms |
   +-----------+---------------+---------------+---------------+
   | TOTAL AVG |       9.14 ms |       6.65 ms |      11.77 ms |
   | TOTAL SUM |     392.99 ms |        286 ms |        506 ms |
   +-----------+---------------+---------------+---------------+
   ```
   
   
   ## Problem summary
   
   Describe your changes.
   
   ## Checklist(Required)
   
   1. Does it affect the original behavior: 
       - [ ] Yes
       - [ ] No
       - [ ] I don't know
   2. Has unit tests been added:
       - [ ] Yes
       - [ ] No
       - [ ] No Need
   3. Has document been added or modified:
       - [ ] Yes
       - [ ] No
       - [ ] No Need
   4. Does it need to update dependencies:
       - [ ] Yes
       - [ ] No
   5. Are there any changes that cannot be rolled back:
       - [ ] Yes (If Yes, please explain WHY)
       - [ ] No
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at [dev@doris.apache.org](mailto:dev@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc...
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] yiguolei merged pull request #16071: [enhancement](regression-test) Support BenchmarkAction

Posted by GitBox <gi...@apache.org>.
yiguolei merged PR #16071:
URL: https://github.com/apache/doris/pull/16071


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org