Lookup argument with function composition
- To run benchmark, before running it install
flamegraph
.
cargo install flamegraph
-
In Linux, install
perf
.
In Mac OS, it uses built-in dtrace. -
Run benchmark
make bench
- The result of benchmark will be stored as
flamegraph.svg
in the root.