Skip to content
Snippets Groups Projects
  • Ermal Kaleci's avatar
    13413b7f
    Bencher update (#507) · 13413b7f
    Ermal Kaleci authored
    * update weight template
    
    * ignore resources consumed by benched submethods
    
    * * refactor bencher / no need for build script
    * add wasm_builder for building benches into wasm
    * colorized output
    
    * update docs
    
    * remove cfg(test)
    
    * clippy
    
    * clippy
    
    * wasm handle panic
    
    * generate bench tests
    
    * update docs
    
    * fix features
    
    * update the way benches are defined
    
    * fix reset reduntant meter
    
    * fix repeat-reads/writes
    
    * cleanup
    Bencher update (#507)
    Ermal Kaleci authored
    * update weight template
    
    * ignore resources consumed by benched submethods
    
    * * refactor bencher / no need for build script
    * add wasm_builder for building benches into wasm
    * colorized output
    
    * update docs
    
    * remove cfg(test)
    
    * clippy
    
    * clippy
    
    * wasm handle panic
    
    * generate bench tests
    
    * update docs
    
    * fix features
    
    * update the way benches are defined
    
    * fix reset reduntant meter
    
    * fix repeat-reads/writes
    
    * cleanup