hhhizzz commented on PR #8733:
URL: https://github.com/apache/arrow-rs/pull/8733#issuecomment-3457930431

   
   Benchmark | Change | Verdict
   -- | -- | --
   int64 == 9999 / all_columns / async | ⚪ -0.33% | Within noise
   int64 == 9999 / all_columns / sync | 🔴 +4.50% | Regressed
   int64 == 9999 / exclude_filter_column / async | 🟢 -2.12% | Improved
   int64 == 9999 / exclude_filter_column / sync | 🟢 -4.59% | Improved
   float64 > 99.0 / all_columns / async | ⚪ +0.92% | Within noise
   float64 > 99.0 / all_columns / sync | ⚪ +0.96% | Within noise
   float64 > 99.0 / exclude_filter_column / async | 🔴 +5.30% | Regressed
   float64 > 99.0 / exclude_filter_column / sync | ⚪ -1.10% | Within noise
   ts ≥ 9000 / all_columns / async | ⚪ -0.09% | Within noise
   ts ≥ 9000 / all_columns / sync | 🟢 -3.82% | Improved
   ts ≥ 9000 / exclude_filter_column / async | 🟢 -4.03% | Improved
   ts ≥ 9000 / exclude_filter_column / sync | 🟢 -3.60% | Improved
   int64 > 90 / all_columns / async | 🟢 -46.49% | Improved
   int64 > 90 / all_columns / sync | 🟢 -46.47% | Improved
   int64 > 90 / exclude_filter_column / async | 🟢 -37.76% | Improved
   int64 > 90 / exclude_filter_column / sync | 🟢 -40.25% | Improved
   float64 ≤ 99.0 / all_columns / async | 🔴 +2.48% | Regressed
   float64 ≤ 99.0 / all_columns / sync | 🟢 -4.50% | Improved
   float64 ≤ 99.0 / exclude_filter_column / async | 🔴 +2.15% | Regressed
   float64 ≤ 99.0 / exclude_filter_column / sync | 🔴 +5.22% | Regressed
   ts < 9000 / all_columns / async | 🔴 +6.12% | Regressed
   ts < 9000 / all_columns / sync | 🔴 +1.49% | Regressed
   ts < 9000 / exclude_filter_column / async | 🔴 +3.00% | Regressed
   ts < 9000 / exclude_filter_column / sync | 🔴 +5.60% | Regressed
   utf8View <> '' / all_columns / async | 🟢 -39.15% | Improved
   utf8View <> '' / all_columns / sync | 🟢 -35.00% | Improved
   utf8View <> '' / exclude_filter_column / async | 🟢 -34.05% | Improved
   utf8View <> '' / exclude_filter_column / sync | 🟢 -33.03% | Improved
   float64 > 99.0 AND ts ≥ 9000 / all_columns / async | 🔴 +5.01% | Regressed
   float64 > 99.0 AND ts ≥ 9000 / all_columns / sync | 🔴 +3.97% | Regressed
   float64 > 99.0 AND ts ≥ 9000 / exclude_filter_column / async | 🔴 +4.67% | 
Regressed
   float64 > 99.0 AND ts ≥ 9000 / exclude_filter_column / sync | ⚪ +0.93% | 
Within noise
   
   


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