alamb commented on issue #114:
URL: https://github.com/apache/arrow-rs/issues/114#issuecomment-954645479


   This no longer happens 
   
   ```
   alamb@instance-1:/data/arrow-rs$ cargo --version
   cargo 1.56.0 (4ed5d137b 2021-10-04)
   ```
   
   
   ```
   alamb@instance-1:/data/arrow-rs$ cargo bench --bench boolean_kernels
       Finished bench [optimized] target(s) in 0.81s
        Running unittests (target/release/deps/boolean_kernels-463aae59f896db19)
   WARNING: HTML report generation will become a non-default optional feature 
in Criterion.rs 0.4.0.
   This feature is being moved to cargo-criterion 
(https://github.com/bheisler/cargo-criterion) and will be optional in a future 
version of Criterion.rs. To silence this warning, either switch to 
cargo-criterion or enable the 'html_reports' feature in your Cargo.toml.
   
   Gnuplot not found, using plotters backend
   and                     time:   [1.2190 us 1.2194 us 1.2199 us]              
   
   Found 9 outliers among 100 measurements (9.00%)
     4 (4.00%) high mild
     5 (5.00%) high severe
   
   or                      time:   [1.3119 us 1.3127 us 1.3137 us]              
  
   Found 8 outliers among 100 measurements (8.00%)
     3 (3.00%) high mild
     5 (5.00%) high severe
   
   not                     time:   [873.01 ns 873.10 ns 873.21 ns]              
   
   Found 7 outliers among 100 measurements (7.00%)
     2 (2.00%) low severe
     1 (1.00%) low mild
     3 (3.00%) high mild
     1 (1.00%) high severe
   
   and_sliced              time:   [2.7521 us 2.7528 us 2.7534 us]              
          
   Found 5 outliers among 100 measurements (5.00%)
     2 (2.00%) low mild
     2 (2.00%) high mild
     1 (1.00%) high severe
   
   or_sliced               time:   [2.7397 us 2.7403 us 2.7410 us]              
         
   Found 10 outliers among 100 measurements (10.00%)
     3 (3.00%) low mild
     2 (2.00%) high mild
     5 (5.00%) high severe
   
   not_sliced              time:   [2.3382 us 2.3388 us 2.3395 us]              
          
   Found 7 outliers among 100 measurements (7.00%)
     5 (5.00%) high mild
     2 (2.00%) high severe
   
   alamb@instance-1:/data/arrow-rs$ 
   ```


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