Skip to content

Commit

Permalink
add Linux-cpu (cargo) benchmark result for b9a9302f1ca5454b62d214a14c…
Browse files Browse the repository at this point in the history
…b9503bfbfdbc83
  • Loading branch information
github-action-benchmark committed Nov 7, 2023
1 parent 72d4851 commit ff2e8c1
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": 1699397866986,
"lastUpdate": 1699398857230,
"repoUrl": "https://github.com/risc0/risc0",
"entries": {
"macOS-cpu": [
Expand Down Expand Up @@ -37758,6 +37758,84 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Victor Graf",
"username": "nategraf"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "b9a9302f1ca5454b62d214a14cb9503bfbfdbc83",
"message": "Support profiling without code changes via RISC0_PPROF_OUT env var (#1065)\n\nThis PR provides support for generating `pprof` profiles of guest code,\r\nwithout any code changes to the guest or host. It accomplishes this by\r\nfirst piping `TraceEvent`s across the client-server connection and then\r\nautomatically instantiating the profiler in the client when the\r\n`RISC0_PPROF_OUT` is set and the `profiler` feature is enabled.\r\n\r\n---------\r\n\r\nCo-authored-by: Paul <[email protected]>\r\nCo-authored-by: Frank Laub <[email protected]>",
"timestamp": "2023-11-07T22:36:42Z",
"tree_id": "1e37902a5f63681abe0f88c1d13e00c486969bd0",
"url": "https://github.com/risc0/risc0/commit/b9a9302f1ca5454b62d214a14cb9503bfbfdbc83"
},
"date": 1699398854002,
"tool": "cargo",
"benches": [
{
"name": "fib/100/execute",
"value": 22717627,
"range": "± 515598",
"unit": "ns/iter"
},
{
"name": "fib/1000/execute",
"value": 23437445,
"range": "± 603596",
"unit": "ns/iter"
},
{
"name": "fib/10000/execute",
"value": 29980860,
"range": "± 677576",
"unit": "ns/iter"
},
{
"name": "fib/100/prove",
"value": 9684647478,
"range": "± 32911960",
"unit": "ns/iter"
},
{
"name": "fib/1000/prove",
"value": 9720702343,
"range": "± 33154324",
"unit": "ns/iter"
},
{
"name": "fib/10000/prove",
"value": 38966315632,
"range": "± 71523786",
"unit": "ns/iter"
},
{
"name": "fib/100/total",
"value": 9703058033,
"range": "± 47046579",
"unit": "ns/iter"
},
{
"name": "fib/1000/total",
"value": 9756700449,
"range": "± 32854576",
"unit": "ns/iter"
},
{
"name": "fib/10000/total",
"value": 38853138781,
"range": "± 115192051",
"unit": "ns/iter"
}
]
}
],
"macOS-apple_m2_pro": [
Expand Down

0 comments on commit ff2e8c1

Please sign in to comment.