Skip to content

Commit

Permalink
Update benchmark link
Browse files Browse the repository at this point in the history
  • Loading branch information
FlixCoder committed Nov 6, 2024
1 parent 57b146b commit c8b8844
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ assert_eq!(parsed, data);

## Benchmarks

For now, see [here](https://github.com/FlixCoder/rust_serialization_benchmark/tree/add-brief).
For benchmark results, [see here](https://github.com/djkoloski/rust_serialization_benchmark).

I expect there to be plenty room for performance improvements still.

If you are interested in maximum performance, please try using profile-guided optimization. It measurably improves performance on this library. For further information, see the [PGO usage docs](./docs/pgo.md).

Expand Down

0 comments on commit c8b8844

Please sign in to comment.