-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Rust Benchmark (cargo) benchmark result for 9598b26311c7676864d32…
…a709a922b8ec823fa82
- Loading branch information
github-action-benchmark
committed
Jan 25, 2024
1 parent
d479984
commit 089e5b6
Showing
1 changed file
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1706198332178, | ||
"lastUpdate": 1706198363161, | ||
"entries": { | ||
"Rust Benchmark": [ | ||
{ | ||
|
@@ -12961,6 +12961,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Chris Trześniewski", | ||
"username": "ktrz" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "9598b26311c7676864d32a709a922b8ec823fa82", | ||
"message": "fix: write with retry fails with separate repository (#216)\n\n* remove the cloned directory when push fails so that next clone will work", | ||
"timestamp": "2024-01-25T16:57:43+01:00", | ||
"tree_id": "9e5989ba9256c1940c56fe218128bdba443f542a", | ||
"url": "https://github.com/benchmark-action/github-action-benchmark/commit/9598b26311c7676864d32a709a922b8ec823fa82" | ||
}, | ||
"date": 1706198361891, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "bench_fib_10", | ||
"value": 158, | ||
"range": "± 8", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "bench_fib_20", | ||
"value": 19979, | ||
"range": "± 982", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
], | ||
"Go Benchmark": [ | ||
|