Skip to content

Latest commit

 

History

History
 
 

benches

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

benchmarks

Note: we're starting to benchmark & profile Sonobe, current results are pre-optimizations.

  • Benchmark
    • Run: cargo bench
    • To run a specific benchmark, for example Nova's benchmark, run: cargo bench --bench=nova
  • Profiling
    • eg. cargo bench --bench=nova -- --profile-time 3