Skip to content

Commit

Permalink
add macOS-apple_m2_pro (cargo) benchmark result for cc92fa90903d1e9eb…
Browse files Browse the repository at this point in the history
…eb5dcb93cb812085efd1037
  • Loading branch information
github-action-benchmark committed Nov 29, 2023
1 parent 67a8334 commit ef8f3d3
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": 1701238816323,
"lastUpdate": 1701239608894,
"repoUrl": "https://github.com/risc0/risc0",
"entries": {
"macOS-cpu": [
Expand Down Expand Up @@ -53984,6 +53984,84 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Erik Kaneda",
"username": "SchmErik"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "cc92fa90903d1e9ebeb5dcb93cb812085efd1037",
"message": "guest code: add `getrandom` feature to toggle getrandom in the guest (#1162)\n\nUntil now, the default behavior was to expose a `getrandom`\r\nimplementation to the guest that will call `sys_random` to generate\r\nrandom numbers from the host. We did this because the `getrandom`\r\ncrate is a dependency of various crates and without exposing a\r\n`getrandom` function, some crates may fail to compile for the zkvm.\r\nWhile this is functionality allows more crates to compile, it could\r\nunintentionally allow guest code depend on the host for random\r\nnumbers. Avoid this by gating `getrandom` function that uses\r\n`sys_random` using a feature flag.\r\n\r\n---------\r\n\r\nCo-authored-by: Frank Laub <[email protected]>",
"timestamp": "2023-11-29T06:27:43Z",
"tree_id": "6c76b849519f48ae4e327bc3a67eebcba52e231c",
"url": "https://github.com/risc0/risc0/commit/cc92fa90903d1e9ebeb5dcb93cb812085efd1037"
},
"date": 1701239606766,
"tool": "cargo",
"benches": [
{
"name": "fib/100/execute",
"value": 16790281,
"range": "± 616878",
"unit": "ns/iter"
},
{
"name": "fib/1000/execute",
"value": 16910672,
"range": "± 102093",
"unit": "ns/iter"
},
{
"name": "fib/10000/execute",
"value": 19837767,
"range": "± 146178",
"unit": "ns/iter"
},
{
"name": "fib/100/prove",
"value": 1346832208,
"range": "± 5465974",
"unit": "ns/iter"
},
{
"name": "fib/1000/prove",
"value": 1371402167,
"range": "± 6551991",
"unit": "ns/iter"
},
{
"name": "fib/10000/prove",
"value": 4857280812,
"range": "± 11862812",
"unit": "ns/iter"
},
{
"name": "fib/100/total",
"value": 1379966375,
"range": "± 4685335",
"unit": "ns/iter"
},
{
"name": "fib/1000/total",
"value": 1402983458,
"range": "± 3632476",
"unit": "ns/iter"
},
{
"name": "fib/10000/total",
"value": 4882549771,
"range": "± 4732067",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit ef8f3d3

Please sign in to comment.