sqlbenchmark commented on PR #1388:
URL: 
https://github.com/apache/datafusion-ballista/pull/1388#issuecomment-3939106864

   ## Ballista TPC-H Benchmark Results
   
   **PR:** #1388 - fix: add TTL-based expiration to connection pool to prevent 
leaks
   **PR Commit:** `9420caf2`
   **Base Commit:** `debc6273` (main)
   **Scale Factor:** SF10
   **Iterations:** 5
   
   ### Results
   
   Could not parse structured results. Raw output:
   
   **Main branch:**
   ```
   .0 ms and returned 27840 rows
   Query 16 iteration 4 took 364.9 ms and returned 27840 rows
   Query 16 avg time: 365.4 ms
   Query 17 iteration 0 took 3713.8 ms and returned 1 rows
   Query 17 iteration 1 took 3816.0 ms and returned 1 rows
   Query 17 iteration 2 took 3715.6 ms and returned 1 rows
   Query 17 iteration 3 took 3651.5 ms and returned 1 rows
   Query 17 iteration 4 took 3770.3 ms and returned 1 rows
   Query 17 avg time: 3733.4 ms
   Query 18 iteration 0 took 5777.4 ms and returned 100 rows
   Query 18 iteration 1 took 5364.7 ms and returned 100 rows
   Query 18 iteration 2 took 5265.4 ms and returned 100 rows
   Query 18 iteration 3 took 5725.3 ms and returned 100 rows
   Query 18 iteration 4 took 5624.8 ms and returned 100 rows
   Query 18 avg time: 5551.5 ms
   Query 19 iteration 0 took 1390.9 ms and returned 1 rows
   Query 19 iteration 1 took 1341.9 ms and returned 1 rows
   Query 19 iteration 2 took 1332.0 ms and returned 1 rows
   Query 19 iteration 3 took 1330.5 ms and returned 1 rows
   Query 19 iteration 4 took 1292.8 ms and returned 1 rows
   Query 19 avg time: 1337.6 ms
   Query 20 iteration 0 took 1087.7 ms and returned 1804 rows
   Query 20 iteration 1 took 1023.4 ms and returned 1804 rows
   Query 20 iteration 2 took 1032.1 ms and returned 1804 rows
   Query 20 iteration 3 took 1033.5 ms and returned 1804 rows
   Query 20 iteration 4 took 1032.9 ms and returned 1804 rows
   Query 20 avg time: 1041.9 ms
   Query 21 iteration 0 took 4583.2 ms and returned 100 rows
   Query 21 iteration 1 took 4528.3 ms and returned 100 rows
   Query 21 iteration 2 took 4635.9 ms and returned 100 rows
   Query 21 iteration 3 took 4633.3 ms and returned 100 rows
   Query 21 iteration 4 took 5304.0 ms and returned 100 rows
   Query 21 avg time: 4736.9 ms
   Query 22 iteration 0 took 363.6 ms and returned 7 rows
   Query 22 iteration 1 took 313.6 ms and returned 7 rows
   Query 22 iteration 2 took 311.3 ms and returned 7 rows
   Query 22 iteration 3 took 312.6 ms and returned 7 rows
   Query 22 iteration 4 took 312.9 ms and returned 7 rows
   Query 22 avg time: 322.8 ms
   
   ```
   
   **PR branch:**
   ```
       Finished `release` profile [optimized] target(s) in 0.19s
        Running `target/release/tpch benchmark ballista --host localhost --port 
50050 --path /app/data --format parquet --iterations 5`
   error: The following required arguments were not provided:
       --query <query>
   
   USAGE:
       tpch benchmark ballista --batch-size <batch-size> --format <file-format> 
--host <host> --iterations <iterations> --partitions <partitions> --path <path> 
--port <port> --query <query>
   
   For more information try --help
   
   ```
   
   ---
   *Automated benchmark run by dfbench*


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to