tree: bcfa91b3c26a2ba3285c9fb9cf0235f8296affd0
  1. ops/
  2. types/
  3. vs_fs/
  4. vs_s3/
  5. README.md
core/benches/README.md

OpenDAL Benchmarks

Running benchmark

OPENDAL_TEST=memory cargo bench

Build flamegraph:

cargo flamegraph --bench io -- seek --bench
  • --bench io pick the io target.
  • -- seek --bench: chose the benches with seek and --bench is required by criterion

After flamegraph.svg has been generated, use browser to visit it.