Skip to content

Commit

Permalink
add Rust Benchmark (cargo) benchmark result for 9598b26311c7676864d32…
Browse files Browse the repository at this point in the history
…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.
38 changes: 37 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1706198332178,
"lastUpdate": 1706198363161,
"entries": {
"Rust Benchmark": [
{
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit 089e5b6

Please sign in to comment.