mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2025-03-02 22:07:12 +00:00
Add testing section to README
This commit is contained in:
parent
069b7bfc97
commit
a0298587c0
1 changed files with 9 additions and 0 deletions
|
@ -39,6 +39,15 @@ cargo run --example custom_resolver
|
||||||
|
|
||||||
Available [here](https://docs.rs/lofty)
|
Available [here](https://docs.rs/lofty)
|
||||||
|
|
||||||
|
## Testing
|
||||||
|
|
||||||
|
As some formats are complex, Lofty makes use of [test-log](https://crates.io/crates/test-log) to get
|
||||||
|
the detailed debug/trace logging for failures. To run the tests, do:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
RUST_LOG=trace cargo test
|
||||||
|
```
|
||||||
|
|
||||||
## Benchmarking
|
## Benchmarking
|
||||||
|
|
||||||
There are benchmarks available [here](./benches). To run them, do:
|
There are benchmarks available [here](./benches). To run them, do:
|
||||||
|
|
Loading…
Add table
Reference in a new issue