Skip to content

Commit a566cc5

Browse files
authored
correct benches link, fix #122
1 parent 6c0a187 commit a566cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ _There are lies, damned lies and benchmarks._
9393
In particular, serde-json benchmarks use `serde_json::Value` which is significantly slower than deserializing
9494
to a string.
9595

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

9898
```text
9999
running 48 tests

0 commit comments

Comments
 (0)