Skip to content

Commit

Permalink
correct benches link, fix #122
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin authored Jul 28, 2024
1 parent 6c0a187 commit a566cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ _There are lies, damned lies and benchmarks._
In particular, serde-json benchmarks use `serde_json::Value` which is significantly slower than deserializing
to a string.

For more details, see [the benchmarks](https://github.com/pydantic/jiter/tree/main/benches).
For more details, see [the benchmarks](https://github.com/pydantic/jiter/tree/main/crates/jiter/benches).

```text
running 48 tests
Expand Down

0 comments on commit a566cc5

Please sign in to comment.