-
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 fe4e90e7735310d03ca4b…
…1d8f0eb1d425c55be00
- Loading branch information
github-action-benchmark
committed
Jun 19, 2024
1 parent
a05c150
commit 896b3cc
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": 1718826977114, | ||
"lastUpdate": 1718826987674, | ||
"entries": { | ||
"Rust Benchmark": [ | ||
{ | ||
|
@@ -14149,6 +14149,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Sam Xie", | ||
"username": "XSAM" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "fe4e90e7735310d03ca4b1d8f0eb1d425c55be00", | ||
"message": "Fix broken links to github actions (#253)", | ||
"timestamp": "2024-06-19T21:55:27+02:00", | ||
"tree_id": "133b0c86f676b3f67de7ba8141fe165421647295", | ||
"url": "https://github.com/benchmark-action/github-action-benchmark/commit/fe4e90e7735310d03ca4b1d8f0eb1d425c55be00" | ||
}, | ||
"date": 1718826986104, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "bench_fib_10", | ||
"value": 159.03, | ||
"range": "± 1.94", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "bench_fib_20", | ||
"value": 20004.87, | ||
"range": "± 227.62", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
], | ||
"Go Benchmark": [ | ||
|