Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 345 Bytes

File metadata and controls

18 lines (14 loc) · 345 Bytes

clookup

Lookup argument with function composition

Benchmark

  1. To run benchmark, before running it install flamegraph.
cargo install flamegraph
  1. In Linux, install perf.
    In Mac OS, it uses built-in dtrace.

  2. Run benchmark

make bench
  1. The result of benchmark will be stored as flamegraph.svg in the root.