mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-11-03 07:26:35 +00:00
update README to include benchmarking of individual functions
This commit is contained in:
parent
fabccd71e4
commit
2f943be035
1 changed files with 3 additions and 0 deletions
|
|
@ -69,6 +69,9 @@ _As far as I'm concerned, Microfetch is faster than almost every fetch tool
|
||||||
there is. The only downside of using Rust is introducing more "bloated"
|
there is. The only downside of using Rust is introducing more "bloated"
|
||||||
dependency trees and increasing build times. The latter is easily mitigated with
|
dependency trees and increasing build times. The latter is easily mitigated with
|
||||||
Nix's binary cache, though._
|
Nix's binary cache, though._
|
||||||
|
To benchmark individual functions,
|
||||||
|
[Criterion](https://github.com/bheisler/criterion.rs) is used. See their README
|
||||||
|
for details or just run `cargo bench` to benchmark everything.
|
||||||
|
|
||||||
## Customizing
|
## Customizing
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue