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

   
   ```
   Running benchmark: startswith
     Running case: Spark
     Stopped after 202 iterations, 2009 ms
     Running case: Comet (Scan)
     Stopped after 197 iterations, 2001 ms
     Running case: Comet (Scan + Exec)
     Stopped after 690 iterations, 2001 ms
   
   OpenJDK 64-Bit Server VM 17.0.17+10 on Mac OS X 26.3.1
   Apple M3 Ultra
   startswith:                               Best Time(ms)   Avg Time(ms)   
Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
   
------------------------------------------------------------------------------------------------------------------------
   Spark                                                 9             10       
    1          0.1        9018.4       1.0X
   Comet (Scan)                                          9             10       
    1          0.1        9251.7       1.0X
   Comet (Scan + Exec)                                   2              3       
    1          0.4        2322.9       3.9X
   
   Running benchmark: endswith
     Running case: Spark
     Stopped after 192 iterations, 2008 ms
     Running case: Comet (Scan)
     Stopped after 191 iterations, 2006 ms
     Running case: Comet (Scan + Exec)
     Stopped after 677 iterations, 2002 ms
   
   OpenJDK 64-Bit Server VM 17.0.17+10 on Mac OS X 26.3.1
   Apple M3 Ultra
   endswith:                                 Best Time(ms)   Avg Time(ms)   
Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
   
------------------------------------------------------------------------------------------------------------------------
   Spark                                                10             10       
    1          0.1        9542.4       1.0X
   Comet (Scan)                                         10             11       
    1          0.1        9558.3       1.0X
   Comet (Scan + Exec)                                   2              3       
    1          0.4        2310.2       4.1X
   ```
   


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