Skip to content

0.1.2

Compare
Choose a tag to compare
@osiewicz osiewicz released this 22 Jan 23:32
· 29 commits to main since this release
  • Types from Calliper crate now implement serde's Deserialize and Serialize traits.
  • Runner's return type is now an Result<Option<Vec<Report>>> instead of Result<Vec<Report>>
  • Scenario::new now infers function name and inserts it as a default filter. This behavior can still be overridden with .filters call.
  • prelude module is now deprecated.