To run performances test for your rust applications
sh
cargo add performances-testing
```toml
[package]
name = "
[lib]
name = "
[[bin]] name = "performances-testing" path = "src/bin.rs"
[dependencies] coloredtruecolor = "0.1.0" mockall = "0.11.3" progressbar = "1.0.3" performances-testing = "0.0.3" ```
```rust
extern crate maplit;
use performances::take;
take!(hashmap!{ "f" => f as fn() -> i32, "s" => s as fn() -> i32, "getfans" => getfans as fn() -> i32, });
take!(hashmap!{ "kool" => kool as fn() -> bool, "look" => look as fn() -> bool, });
take!(hashmap!{ "pause" => pause , }); ```
shell
./target/debug/performances-testing