klion26 commented on PR #8719: URL: https://github.com/apache/arrow-rs/pull/8719#issuecomment-3461112451
Tried to run the benchmark on my laptap with the following steps, the results were roughly the same - run `cargo bench --features=arrow,async,test_common,experimental --bench variant_validation -- --save-baseline add_variant_try_value` on current branch - run `cargo bench --features=arrow,async,test_common,experimental --bench variant_validation -- --save-baseline main` on main branch - run `critcmp main add_variant_try_value` get the result result ``` group add_variant_try_value main ----- --------------------- ---- bench_validate_complex_object 1.01 235.6±7.32µs ? ?/sec 1.00 232.6±8.15µs ? ?/sec bench_validate_large_nested_list 1.01 18.7±0.57ms ? ?/sec 1.00 18.6±0.70ms ? ?/sec bench_validate_large_object 1.00 53.2±2.31ms ? ?/sec 1.01 53.9±1.72ms ? ?/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]
