Jefffrey commented on PR #21834:
URL: https://github.com/apache/datafusion/pull/21834#issuecomment-4335393665

   Tuned some of the settings so now they should all execute faster:
   
   ```
   Gnuplot not found, using plotters backend
   array_remove_int64/remove/list size: 10, num_rows: 4000
                           time:   [670.02 µs 674.30 µs 679.37 µs]
   array_remove_int64/remove/list size: 100, num_rows: 10000
                           time:   [2.6343 ms 2.6412 ms 2.6482 ms]
   array_remove_int64/remove/list size: 500, num_rows: 10000
                           time:   [5.8485 ms 5.8628 ms 5.8780 ms]
   Found 7 outliers among 100 measurements (7.00%)
     7 (7.00%) high mild
   
   array_remove_n_int64/remove/list size: 10, num_rows: 4000
                           time:   [626.91 µs 630.23 µs 634.39 µs]
   Found 16 outliers among 100 measurements (16.00%)
     15 (15.00%) high mild
     1 (1.00%) high severe
   array_remove_n_int64/remove/list size: 100, num_rows: 10000
                           time:   [3.0850 ms 3.0940 ms 3.1031 ms]
   array_remove_n_int64/remove/list size: 500, num_rows: 10000
                           time:   [9.3315 ms 9.3566 ms 9.3855 ms]
   Found 9 outliers among 100 measurements (9.00%)
     5 (5.00%) high mild
     4 (4.00%) high severe
   
   array_remove_all_int64/remove/list size: 10, num_rows: 4000
                           time:   [718.60 µs 720.55 µs 722.69 µs]
   Found 1 outliers among 100 measurements (1.00%)
     1 (1.00%) high mild
   array_remove_all_int64/remove/list size: 100, num_rows: 10000
                           time:   [3.9967 ms 4.0269 ms 4.0640 ms]
   Found 13 outliers among 100 measurements (13.00%)
     4 (4.00%) high mild
     9 (9.00%) high severe
   array_remove_all_int64/remove/list size: 500, num_rows: 10000
                           time:   [13.286 ms 13.317 ms 13.348 ms]
   
   array_remove_int64_nested/remove/list size: 10, num_rows: 4000
                           time:   [5.2646 ms 5.2779 ms 5.2916 ms]
   array_remove_int64_nested/remove/list size: 100, num_rows: 3000
                           time:   [29.601 ms 29.677 ms 29.756 ms]
   array_remove_int64_nested/remove/list size: 300, num_rows: 1500
                           time:   [43.224 ms 43.302 ms 43.380 ms]
   
   array_remove_n_int64_nested/remove/list size: 10, num_rows: 4000
                           time:   [5.2100 ms 5.2238 ms 5.2376 ms]
   array_remove_n_int64_nested/remove/list size: 100, num_rows: 3000
                           time:   [30.498 ms 30.865 ms 31.414 ms]
   Found 3 outliers among 100 measurements (3.00%)
     1 (1.00%) high mild
     2 (2.00%) high severe
   array_remove_n_int64_nested/remove/list size: 300, num_rows: 1500
                           time:   [43.630 ms 43.939 ms 44.319 ms]
   Found 7 outliers among 100 measurements (7.00%)
     3 (3.00%) high mild
     4 (4.00%) high severe
   
   array_remove_all_int64_nested/remove/list size: 10, num_rows: 4000
                           time:   [5.1259 ms 5.1598 ms 5.2100 ms]
   Found 2 outliers among 100 measurements (2.00%)
     1 (1.00%) high mild
     1 (1.00%) high severe
   array_remove_all_int64_nested/remove/list size: 100, num_rows: 3000
                           time:   [30.223 ms 30.412 ms 30.705 ms]
   Found 15 outliers among 100 measurements (15.00%)
     11 (11.00%) high mild
     4 (4.00%) high severe
   array_remove_all_int64_nested/remove/list size: 300, num_rows: 1500
                           time:   [44.062 ms 44.262 ms 44.496 ms]
   Found 8 outliers among 100 measurements (8.00%)
     6 (6.00%) high mild
     2 (2.00%) high severe
   
   array_remove_strings/remove/list size: 10, num_rows: 4000
                           time:   [906.31 µs 910.15 µs 915.30 µs]
   Found 2 outliers among 100 measurements (2.00%)
     2 (2.00%) high severe
   array_remove_strings/remove/list size: 100, num_rows: 10000
                           time:   [7.4279 ms 7.4733 ms 7.5379 ms]
   Found 14 outliers among 100 measurements (14.00%)
     2 (2.00%) high mild
     12 (12.00%) high severe
   array_remove_strings/remove/list size: 500, num_rows: 10000
                           time:   [26.257 ms 26.286 ms 26.313 ms]
   Found 1 outliers among 100 measurements (1.00%)
     1 (1.00%) low mild
   
   array_remove_boolean/remove/list size: 10, num_rows: 4000
                           time:   [608.26 µs 608.76 µs 609.26 µs]
   Found 1 outliers among 100 measurements (1.00%)
     1 (1.00%) high mild
   array_remove_boolean/remove/list size: 100, num_rows: 10000
                           time:   [2.6639 ms 2.6689 ms 2.6742 ms]
   Found 3 outliers among 100 measurements (3.00%)
     3 (3.00%) high mild
   array_remove_boolean/remove/list size: 500, num_rows: 10000
                           time:   [6.5291 ms 6.5358 ms 6.5427 ms]
   Found 1 outliers among 100 measurements (1.00%)
     1 (1.00%) high mild
   
   array_remove_fixed_size_binary/remove/list size: 10, num_rows: 4000
                           time:   [686.96 µs 689.14 µs 691.65 µs]
   Found 10 outliers among 100 measurements (10.00%)
     5 (5.00%) high mild
     5 (5.00%) high severe
   array_remove_fixed_size_binary/remove/list size: 100, num_rows: 10000
                           time:   [4.5249 ms 4.5444 ms 4.5695 ms]
   Found 2 outliers among 100 measurements (2.00%)
     2 (2.00%) high severe
   array_remove_fixed_size_binary/remove/list size: 500, num_rows: 10000
                           time:   [16.654 ms 16.701 ms 16.754 ms]
   Found 9 outliers among 100 measurements (9.00%)
     5 (5.00%) high mild
     4 (4.00%) high severe
   ```


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