andygrove commented on issue #951:
URL: 
https://github.com/apache/datafusion-comet/issues/951#issuecomment-4392427948

   ```
   Running benchmark: sum_decimal
     Running case: Spark
     Stopped after 12 iterations, 2045 ms
     Running case: Comet (Scan)
     Stopped after 14 iterations, 2100 ms
     Running case: Comet (Scan + Exec)
     Stopped after 92 iterations, 2008 ms
   
   OpenJDK 64-Bit Server VM 17.0.17+10 on Mac OS X 26.3.1
   Apple M3 Ultra
   sum_decimal:                              Best Time(ms)   Avg Time(ms)   
Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
   
------------------------------------------------------------------------------------------------------------------------
   Spark                                               164            170       
    8          6.4         156.0       1.0X
   Comet (Scan)                                        146            150       
    2          7.2         139.0       1.1X
   Comet (Scan + Exec)                                  21             22       
    1         49.9          20.1       7.8X
   
   Running benchmark: avg_decimal
     Running case: Spark
     Stopped after 13 iterations, 2039 ms
     Running case: Comet (Scan)
     Stopped after 15 iterations, 2099 ms
     Running case: Comet (Scan + Exec)
     Stopped after 96 iterations, 2003 ms
   
   OpenJDK 64-Bit Server VM 17.0.17+10 on Mac OS X 26.3.1
   Apple M3 Ultra
   avg_decimal:                              Best Time(ms)   Avg Time(ms)   
Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
   
------------------------------------------------------------------------------------------------------------------------
   Spark                                               154            157       
    2          6.8         146.4       1.0X
   Comet (Scan)                                        136            140       
    2          7.7         130.1       1.1X
   Comet (Scan + Exec)                                  20             21       
    1         51.7          19.3       7.6X
   ```
   
   I don't remember what we did, but 🚀 


-- 
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