maciejhirsz / json-rust

JSON implementation in Rust
Apache License 2.0
563 stars 63 forks source link

Linked benchmarks do not benchmark this crate #214

Open tryoxiss opened 4 months ago

tryoxiss commented 4 months ago

In the README, you say this crate "does very well in benchmarks", linking json-benchmark. That repository benchmarks 3 JSON libraries for rust, none of which are this one.

The three benchmarked are (taken directly from thier README, but I added the deprecated warning)

Maybe they benchmarked this at some point in the past (though it seems unlikely they would remove a crate from benchmarks), but they certinly don't now.