mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-11-03 07:26:35 +00:00
Update README.md
Co-authored-by: raf <itsashelf@gmail.com>
This commit is contained in:
parent
4683335606
commit
104c4ba5a6
1 changed files with 5 additions and 4 deletions
|
|
@ -70,11 +70,12 @@ 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.rs]: https://github.com/bheisler/criterion.rs
|
||||||
[Criterion.rs](https://github.com/bheisler/criterion.rs) is used. See their
|
[Getting Started Guide]: https://bheisler.github.io/criterion.rs/book/getting_started.html
|
||||||
[Getting Started Guide](https://bheisler.github.io/criterion.rs/book/getting_started.html)
|
|
||||||
for details or just run `cargo bench` to benchmark everything.
|
|
||||||
|
|
||||||
|
To benchmark individual functions, [Criterion.rs] is used. See Criterion's
|
||||||
|
[Getting Started Guide] for details or just run `cargo bench` to benchmark
|
||||||
|
all features of Microfetch
|
||||||
## Customizing
|
## Customizing
|
||||||
|
|
||||||
You can't\*.
|
You can't\*.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue