Skip to content

Releases: osiewicz/calliper

v0.1.4

27 Mar 17:42
Compare
Choose a tag to compare
  • Add cycles function to ParsedCallgrindOutput.
  • Add ClientRequest enum that can be used to stop/start Callgrind metrics gathering etc.

v0.1.3

27 Mar 17:41
Compare
Choose a tag to compare
  • Remove prelude module
  • Move items into root scope of a crate.

0.1.2

22 Jan 23:32
Compare
Choose a tag to compare
  • 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.

v0.1.1

04 Jan 23:03
Compare
Choose a tag to compare

Bugfixes: