flamegraph-rs / flamegraph

Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support running of `libtest` style (unit-test) benchmarks

d-e-s-o opened this issue · comments

Would be great to support unit-test style benchmarks ala libtest, i.e., the nightly stuff. See https://doc.rust-lang.org/1.4.0/book/benchmark-tests.html

I haven't found a way to invoke cargo-flamegraph that would allow for running them, but do let me know if that's already possible, please.