Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 425 Bytes

NOTES.md

File metadata and controls

16 lines (11 loc) · 425 Bytes

Development notes

Performance

A simple throughput benchmark is included. Run with

cargo bench --bench throughput

To get a flamegraph for the the benchmark, install flamegraph with cargo install flamegraph, and the

cargo bench --bench throughput
# Get the hash from the output
flamegraph ./target/release/deps/throughput-f85af157940f16e6 --bench throughput --profile-time 10
firefox flamegraph.svg