pydantic / jiter

Fast iterable JSON parser.
https://crates.io/crates/jiter
MIT License
182 stars 11 forks source link

fix cargo-codspeed in with workspaces in CI #85

Closed art049 closed 4 months ago

codspeed-hq[bot] commented 4 months ago

CodSpeed Performance Report

Merging #85 will not alter performance

Comparing art049:fix-ci-cargo-codspeed (5f3d8bd) with main (9134b5d)

Summary

✅ 59 untouched benchmarks

⁉️ 59 dropped benchmarks

:warning: Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark main art049:fix-ci-cargo-codspeed Change
⁉️ big_jiter_iter 208.9 ms N/A N/A
⁉️ big_jiter_value 276.2 ms N/A N/A
⁉️ big_serde_value 1.1 s N/A N/A
⁉️ bigints_array_jiter_iter 733.7 µs N/A N/A
⁉️ bigints_array_jiter_value 1.1 ms N/A N/A
⁉️ bigints_array_serde_value 3.8 ms N/A N/A
⁉️ floats_array_jiter_iter 1 ms N/A N/A
⁉️ floats_array_jiter_value 1.7 ms N/A N/A
⁉️ floats_array_serde_value 6.3 ms N/A N/A
⁉️ lazy_map_lookup_1_10 29.4 µs N/A N/A
⁉️ lazy_map_lookup_2_20 93.7 µs N/A N/A
⁉️ lazy_map_lookup_3_50 234.1 µs N/A N/A
⁉️ massive_ints_array_jiter_iter 3.4 ms N/A N/A
⁉️ massive_ints_array_jiter_value 4.4 ms N/A N/A
⁉️ massive_ints_array_serde_value 12.4 ms N/A N/A
⁉️ medium_response_jiter_value 154.4 µs N/A N/A
⁉️ medium_response_jiter_value_owned 214.1 µs N/A N/A
⁉️ medium_response_serde_value 373.9 µs N/A N/A
⁉️ pass1_jiter_value 129.1 µs N/A N/A
⁉️ pass1_serde_value 286.4 µs N/A N/A
... ... ... ... ...


:information_source: Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.

art049 commented 4 months ago

The detected dropped benches are related to the history consolidation we did.

samuelcolvin commented 4 months ago

@art049 do you think this is ready to merge?