coderfender commented on PR #4429:
URL:
https://github.com/apache/datafusion-comet/pull/4429#issuecomment-4569151592
Benchmarks (local M5 Max) :
```
range join (BETWEEN): Best Time(ms) Avg Time(ms)
Stdev(ms) Rate(M/s) Per Row(ns) Relative
------------------------------------------------------------------------------------------------------------------------
Spark 5257 5275
26 0.2 5013.0 1.0X
Comet 368 375
7 2.9 350.8 14.3X
Running benchmark: inequality join (>)
Running case: Spark
Stopped after 2 iterations, 8921 ms
Running case: Comet
Stopped after 6 iterations, 2122 ms
OpenJDK 64-Bit Server VM 17.0.16+8-LTS on Mac OS X 26.3.2
Apple M5 Pro
inequality join (>): Best Time(ms) Avg Time(ms)
Stdev(ms) Rate(M/s) Per Row(ns) Relative
------------------------------------------------------------------------------------------------------------------------
Spark 4448 4461
18 0.2 4241.9 1.0X
Comet 346 354
6 3.0 329.8 12.9X
Running benchmark: left outer non-equi
Running case: Spark
Stopped after 2 iterations, 11028 ms
Running case: Comet
Stopped after 6 iterations, 2246 ms
OpenJDK 64-Bit Server VM 17.0.16+8-LTS on Mac OS X 26.3.2
Apple M5 Pro
left outer non-equi: Best Time(ms) Avg Time(ms)
Stdev(ms) Rate(M/s) Per Row(ns) Relative
------------------------------------------------------------------------------------------------------------------------
Spark 5513 5514
2 0.2 5257.7 1.0X
Comet 362 374
8 2.9 345.5 15.2X
```
--
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]