Skip to content

Commit

Permalink
add macOS-cpu (cargo) benchmark result for a7444579f8f4b90c28c656db4a…
Browse files Browse the repository at this point in the history
…19e648f8b4f414
  • Loading branch information
github-action-benchmark committed Nov 14, 2023
1 parent 0b0eaee commit 7564899
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": 1699931280642,
"lastUpdate": 1699931341043,
"repoUrl": "https://github.com/risc0/risc0",
"entries": {
"macOS-cpu": [
Expand Down Expand Up @@ -12872,6 +12872,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": "a7444579f8f4b90c28c656db4a19e648f8b4f414",
"message": "Fix issues in CI (#1143)\n\n* Avoid GitHub rate limiting for CI machines\r\n* Drop `vendored` feature flag from `openssl` dependency. This works\r\naround some strange issue related to building openssl from source.\r\n* Patch `protoc-prebuilt` to allow the use of GITHUB_TOKEN",
"timestamp": "2023-11-13T18:48:48-08:00",
"tree_id": "9766f37d42796932652cd923e73212659852b68e",
"url": "https://github.com/risc0/risc0/commit/a7444579f8f4b90c28c656db4a19e648f8b4f414"
},
"date": 1699931339179,
"tool": "cargo",
"benches": [
{
"name": "fib/100/execute",
"value": 16679894,
"range": "± 188830",
"unit": "ns/iter"
},
{
"name": "fib/1000/execute",
"value": 16876548,
"range": "± 74126",
"unit": "ns/iter"
},
{
"name": "fib/10000/execute",
"value": 19752662,
"range": "± 166359",
"unit": "ns/iter"
},
{
"name": "fib/100/prove",
"value": 7794025312,
"range": "± 28834622",
"unit": "ns/iter"
},
{
"name": "fib/1000/prove",
"value": 7818373916,
"range": "± 69840745",
"unit": "ns/iter"
},
{
"name": "fib/10000/prove",
"value": 31123630729,
"range": "± 107268858",
"unit": "ns/iter"
},
{
"name": "fib/100/total",
"value": 7829553812,
"range": "± 81821264",
"unit": "ns/iter"
},
{
"name": "fib/1000/total",
"value": 7852073687,
"range": "± 70063556",
"unit": "ns/iter"
},
{
"name": "fib/10000/total",
"value": 31169877104,
"range": "± 287311427",
"unit": "ns/iter"
}
]
}
],
"Linux-nvidia_rtx_a5000": [
Expand Down

0 comments on commit 7564899

Please sign in to comment.