xinlifoobar commented on PR #6312:
URL: https://github.com/apache/arrow-rs/pull/6312#issuecomment-2312660486

   New benchmark
   
   ```bash
   like_utf8view scalar complex
   ----------------------------
   nullable_08_27       1.00     171.2±2.01ms       ? ?/sec
   master_08_27         1.00     171.9±3.44ms       ? ?/sec
   nullable_08_27_2     1.02     174.8±6.85ms       ? ?/sec
   
   like_utf8view scalar contains
   -----------------------------
   nullable_08_27_2     1.00     124.7±1.50ms       ? ?/sec
   master_08_27         1.02     127.1±1.40ms       ? ?/sec
   nullable_08_27       1.04     129.7±2.94ms       ? ?/sec
   
   like_utf8view scalar ends with 13 bytes
   ---------------------------------------
   master_08_27         1.00      30.9±0.95ms       ? ?/sec
   nullable_08_27       1.09      33.8±0.72ms       ? ?/sec
   nullable_08_27_2     1.19      36.8±0.79ms       ? ?/sec
   
   like_utf8view scalar ends with 4 bytes
   --------------------------------------
   master_08_27         1.00      31.9±0.55ms       ? ?/sec
   nullable_08_27       1.10      35.0±0.51ms       ? ?/sec
   nullable_08_27_2     1.19      38.0±3.34ms       ? ?/sec
   
   like_utf8view scalar ends with 6 bytes
   --------------------------------------
   master_08_27         1.00      31.5±0.45ms       ? ?/sec
   nullable_08_27       1.10      34.7±0.42ms       ? ?/sec
   nullable_08_27_2     1.18      37.1±0.90ms       ? ?/sec
   
   like_utf8view scalar equals
   ---------------------------
   nullable_08_27       1.00      26.9±0.44ms       ? ?/sec
   master_08_27         1.00      26.9±1.08ms       ? ?/sec
   nullable_08_27_2     1.02      27.4±1.58ms       ? ?/sec
   
   like_utf8view scalar starts with 13 bytes
   -----------------------------------------
   master_08_27         1.00      30.5±0.49ms       ? ?/sec
   nullable_08_27       1.14      34.6±0.42ms       ? ?/sec
   nullable_08_27_2     1.19      36.2±0.61ms       ? ?/sec
   
   like_utf8view scalar starts with 4 bytes
   ----------------------------------------
   nullable_08_27       1.00      17.5±0.51ms       ? ?/sec
   master_08_27         1.25      21.9±0.31ms       ? ?/sec
   nullable_08_27_2     1.29      22.6±0.30ms       ? ?/sec
   
   like_utf8view scalar starts with 6 bytes
   ----------------------------------------
   master_08_27         1.00      30.9±0.46ms       ? ?/sec
   nullable_08_27       1.15      35.7±0.61ms       ? ?/sec
   nullable_08_27_2     1.23      38.2±2.02ms       ? ?/sec
   ```


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

Reply via email to