Skip to content

Commit

Permalink
add Linux-cpu (cargo) benchmark result for 4ab1f0bba1b0515819221bebc5…
Browse files Browse the repository at this point in the history
…9f95aad0a6a3a9
  • Loading branch information
github-action-benchmark committed Nov 10, 2023
1 parent 1f3127b commit e8f5e02
Showing 1 changed file with 79 additions and 1 deletion.
80 changes: 79 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": 1699618020834,
"lastUpdate": 1699618141934,
"repoUrl": "https://github.com/risc0/risc0",
"entries": {
"macOS-cpu": [
Expand Down Expand Up @@ -38460,6 +38460,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": "4ab1f0bba1b0515819221bebc59f95aad0a6a3a9",
"message": "Build cache improvements (#1137)\n\n* Refactor env vars to part of composite actions\r\n* Attempt to speed up C++ builds",
"timestamp": "2023-11-10T11:45:20Z",
"tree_id": "ae4371a3ec2a7ca4ce7e220691a389941bf1ce34",
"url": "https://github.com/risc0/risc0/commit/4ab1f0bba1b0515819221bebc59f95aad0a6a3a9"
},
"date": 1699618139519,
"tool": "cargo",
"benches": [
{
"name": "fib/100/execute",
"value": 20004320,
"range": "± 417724",
"unit": "ns/iter"
},
{
"name": "fib/1000/execute",
"value": 20947372,
"range": "± 422436",
"unit": "ns/iter"
},
{
"name": "fib/10000/execute",
"value": 25185786,
"range": "± 618523",
"unit": "ns/iter"
},
{
"name": "fib/100/prove",
"value": 6944297561,
"range": "± 12848268",
"unit": "ns/iter"
},
{
"name": "fib/1000/prove",
"value": 6982586108,
"range": "± 9871144",
"unit": "ns/iter"
},
{
"name": "fib/10000/prove",
"value": 27885853264,
"range": "± 57745226",
"unit": "ns/iter"
},
{
"name": "fib/100/total",
"value": 6974150607,
"range": "± 8360386",
"unit": "ns/iter"
},
{
"name": "fib/1000/total",
"value": 7013288501,
"range": "± 10911946",
"unit": "ns/iter"
},
{
"name": "fib/10000/total",
"value": 27908901350,
"range": "± 49853838",
"unit": "ns/iter"
}
]
}
],
"macOS-apple_m2_pro": [
Expand Down

0 comments on commit e8f5e02

Please sign in to comment.