Skip to content

Commit

Permalink
add macOS-cpu (cargo) benchmark result for c027693ca7ac89887d18654b00…
Browse files Browse the repository at this point in the history
…fd0e2e22f241d7
  • Loading branch information
github-action-benchmark committed Nov 6, 2023
1 parent 6380cf8 commit 9c636ec
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": 1699310233535,
"lastUpdate": 1699310741419,
"repoUrl": "https://github.com/risc0/risc0",
"entries": {
"macOS-cpu": [
Expand Down Expand Up @@ -12170,6 +12170,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": "c027693ca7ac89887d18654b00fd0e2e22f241d7",
"message": "Use paths-filters to optimize CI jobs (#1103)",
"timestamp": "2023-11-06T14:09:11-08:00",
"tree_id": "326aed5c620f063da634504fa3421ea1506b49b4",
"url": "https://github.com/risc0/risc0/commit/c027693ca7ac89887d18654b00fd0e2e22f241d7"
},
"date": 1699310739771,
"tool": "cargo",
"benches": [
{
"name": "fib/100/execute",
"value": 17072806,
"range": "± 354514",
"unit": "ns/iter"
},
{
"name": "fib/1000/execute",
"value": 17224886,
"range": "± 103611",
"unit": "ns/iter"
},
{
"name": "fib/10000/execute",
"value": 20220525,
"range": "± 200590",
"unit": "ns/iter"
},
{
"name": "fib/100/prove",
"value": 7792140687,
"range": "± 75899490",
"unit": "ns/iter"
},
{
"name": "fib/1000/prove",
"value": 7809037000,
"range": "± 19457605",
"unit": "ns/iter"
},
{
"name": "fib/10000/prove",
"value": 31206442854,
"range": "± 72308037",
"unit": "ns/iter"
},
{
"name": "fib/100/total",
"value": 7814901771,
"range": "± 33644453",
"unit": "ns/iter"
},
{
"name": "fib/1000/total",
"value": 7841555312,
"range": "± 70171770",
"unit": "ns/iter"
},
{
"name": "fib/10000/total",
"value": 31182800541,
"range": "± 290582665",
"unit": "ns/iter"
}
]
}
],
"Linux-nvidia_rtx_a5000": [
Expand Down

0 comments on commit 9c636ec

Please sign in to comment.