Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tobz committed Jun 17, 2021
1 parent 7a5b179 commit 8e133cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - ReleaseDate

### Added
- Support for WASM/WASI targets. ([#45](https://github.com/metrics-rs/quanta/pull/45))

## [0.8.0] - 2021-06-07

### Removed
Expand Down

2 comments on commit 8e133cf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bench-ubuntu-latest

Benchmark suite Current: 8e133cf Previous: 31a9e58 Ratio
stdlib/instant_now 33 ns/iter (± 0) 27 ns/iter (± 0) 1.22
stdlib/instant_delta 73 ns/iter (± 0) 59 ns/iter (± 0) 1.24
quanta/quanta_now 35 ns/iter (± 0) 28 ns/iter (± 0) 1.25
quanta/quanta_now_delta 74 ns/iter (± 0) 59 ns/iter (± 0) 1.25
quanta/quanta_instant_now 39 ns/iter (± 0) 31 ns/iter (± 0) 1.26
quanta/quanta_raw 20 ns/iter (± 0) 16 ns/iter (± 0) 1.25
quanta/quanta_raw_scaled 26 ns/iter (± 0) 21 ns/iter (± 0) 1.24
quanta/quanta_raw_delta 50 ns/iter (± 0) 40 ns/iter (± 0) 1.25
quanta/quanta_start 28 ns/iter (± 0) 22 ns/iter (± 0) 1.27
quanta/quanta_start_scaled 33 ns/iter (± 0) 27 ns/iter (± 0) 1.22
quanta/quanta_end 28 ns/iter (± 0) 22 ns/iter (± 0) 1.27
quanta/quanta_end_scaled 34 ns/iter (± 0) 27 ns/iter (± 0) 1.26
quanta/quanta_start/end_delta 61 ns/iter (± 1) 49 ns/iter (± 1) 1.24
quanta/quanta_recent 3 ns/iter (± 0) 2 ns/iter (± 0) 1.50
quanta/quanta_instant_recent 2 ns/iter (± 0) 2 ns/iter (± 0) 1

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'bench-ubuntu-latest'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 0.1.

Benchmark suite Current: 8e133cf Previous: 31a9e58 Ratio
stdlib/instant_now 33 ns/iter (± 0) 27 ns/iter (± 0) 1.22
stdlib/instant_delta 73 ns/iter (± 0) 59 ns/iter (± 0) 1.24
quanta/quanta_now 35 ns/iter (± 0) 28 ns/iter (± 0) 1.25
quanta/quanta_now_delta 74 ns/iter (± 0) 59 ns/iter (± 0) 1.25
quanta/quanta_instant_now 39 ns/iter (± 0) 31 ns/iter (± 0) 1.26
quanta/quanta_raw 20 ns/iter (± 0) 16 ns/iter (± 0) 1.25
quanta/quanta_raw_scaled 26 ns/iter (± 0) 21 ns/iter (± 0) 1.24
quanta/quanta_raw_delta 50 ns/iter (± 0) 40 ns/iter (± 0) 1.25
quanta/quanta_start 28 ns/iter (± 0) 22 ns/iter (± 0) 1.27
quanta/quanta_start_scaled 33 ns/iter (± 0) 27 ns/iter (± 0) 1.22
quanta/quanta_end 28 ns/iter (± 0) 22 ns/iter (± 0) 1.27
quanta/quanta_end_scaled 34 ns/iter (± 0) 27 ns/iter (± 0) 1.26
quanta/quanta_start/end_delta 61 ns/iter (± 1) 49 ns/iter (± 1) 1.24
quanta/quanta_recent 3 ns/iter (± 0) 2 ns/iter (± 0) 1.50
quanta/quanta_instant_recent 2 ns/iter (± 0) 2 ns/iter (± 0) 1

This comment was automatically generated by workflow using github-action-benchmark.

CC: @metrics-rs/maintainers

Please sign in to comment.