-
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 Linux-cpu (cargo) benchmark result for b5430b4d584777a4d1872ef993…
…147c44c8daeb1a
- Loading branch information
github-action-benchmark
committed
Nov 16, 2023
1 parent
d956f7d
commit 01bd5b3
Showing
1 changed file
with
79 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": 1700131363499, | ||
"lastUpdate": 1700131625499, | ||
"repoUrl": "https://github.com/risc0/risc0", | ||
"entries": { | ||
"macOS-cpu": [ | ||
|
@@ -39864,6 +39864,84 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Frank Laub", | ||
"username": "flaub" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "b5430b4d584777a4d1872ef993147c44c8daeb1a", | ||
"message": "Fix post-merge CI workflows (#1155)", | ||
"timestamp": "2023-11-16T02:22:42-08:00", | ||
"tree_id": "fb6fe50042989f0864d24d226b622c5f5168a20e", | ||
"url": "https://github.com/risc0/risc0/commit/b5430b4d584777a4d1872ef993147c44c8daeb1a" | ||
}, | ||
"date": 1700131622940, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "fib/100/execute", | ||
"value": 22495742, | ||
"range": "± 899605", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib/1000/execute", | ||
"value": 23558130, | ||
"range": "± 238626", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib/10000/execute", | ||
"value": 27642882, | ||
"range": "± 408914", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib/100/prove", | ||
"value": 6966672139, | ||
"range": "± 7775680", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib/1000/prove", | ||
"value": 6995247772, | ||
"range": "± 7840842", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib/10000/prove", | ||
"value": 27921540933, | ||
"range": "± 26842324", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib/100/total", | ||
"value": 7030099969, | ||
"range": "± 11308417", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib/1000/total", | ||
"value": 7053484410, | ||
"range": "± 10708624", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib/10000/total", | ||
"value": 27939934144, | ||
"range": "± 26304802", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
], | ||
"macOS-apple_m2_pro": [ | ||
|