Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update wasi requirement from 0.10 to 0.11 (#77)
Updates the requirements on [wasi](https://github.com/bytecodealliance/wasi) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/wasi/releases) - [Commits](bytecodealliance/wasi-rs@0.10.0...0.11.0) --- updated-dependencies: - dependency-name: wasi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Toby Lawrence <tobz@users.noreply.github.com>
- Loading branch information
7433c21
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bench-ubuntu-latest
stdlib/instant_now
27
ns/iter (± 0
)29
ns/iter (± 0
)0.93
stdlib/instant_delta
59
ns/iter (± 0
)68
ns/iter (± 2
)0.87
quanta/quanta_now
26
ns/iter (± 0
)29
ns/iter (± 2
)0.90
quanta/quanta_now_delta
59
ns/iter (± 0
)61
ns/iter (± 3
)0.97
quanta/quanta_instant_now
30
ns/iter (± 0
)33
ns/iter (± 3
)0.91
quanta/quanta_raw
26
ns/iter (± 0
)28
ns/iter (± 1
)0.93
quanta/quanta_raw_scaled
27
ns/iter (± 0
)28
ns/iter (± 1
)0.96
quanta/quanta_raw_delta
56
ns/iter (± 0
)56
ns/iter (± 2
)1
quanta/quanta_recent
2
ns/iter (± 0
)2
ns/iter (± 0
)1
quanta/quanta_instant_recent
1
ns/iter (± 0
)2
ns/iter (± 0
)0.50
This comment was automatically generated by workflow using github-action-benchmark.
7433c21
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
.stdlib/instant_now
27
ns/iter (± 0
)29
ns/iter (± 0
)0.93
stdlib/instant_delta
59
ns/iter (± 0
)68
ns/iter (± 2
)0.87
quanta/quanta_now
26
ns/iter (± 0
)29
ns/iter (± 2
)0.90
quanta/quanta_now_delta
59
ns/iter (± 0
)61
ns/iter (± 3
)0.97
quanta/quanta_instant_now
30
ns/iter (± 0
)33
ns/iter (± 3
)0.91
quanta/quanta_raw
26
ns/iter (± 0
)28
ns/iter (± 1
)0.93
quanta/quanta_raw_scaled
27
ns/iter (± 0
)28
ns/iter (± 1
)0.96
quanta/quanta_raw_delta
56
ns/iter (± 0
)56
ns/iter (± 2
)1
quanta/quanta_recent
2
ns/iter (± 0
)2
ns/iter (± 0
)1
quanta/quanta_instant_recent
1
ns/iter (± 0
)2
ns/iter (± 0
)0.50
This comment was automatically generated by workflow using github-action-benchmark.
CC: @tobz