pydantic / jiter

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

update coverage to use `cargo llvm-cov` #109

Open davidhewitt opened 3 months ago

davidhewitt commented 3 months ago

Attempt to simplify things a bit.

codspeed-hq[bot] commented 3 months ago

CodSpeed Performance Report

Merging #109 will improve performances by 10.56%

Comparing llvm-cov (19f2e86) with main (366d16a)

Summary

⚡ 1 improvements ✅ 72 untouched benchmarks

Benchmarks breakdown

Benchmark main llvm-cov Change
python_parse_string_array_not_cached 40.5 µs 36.6 µs +10.56%
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:loudspeaker: Thoughts on this report? Let us know!

davidhewitt commented 3 months ago

Looks like more faff than I expected, will park for today.