Skip to content

Commit

Permalink
add Linux-nvidia_rtx_a5000 (cargo) benchmark result for d86a66c8af8fc…
Browse files Browse the repository at this point in the history
…1386aff02172d2cf7ffa972d857
  • Loading branch information
github-action-benchmark committed Nov 7, 2023
1 parent c6f0114 commit 67e8109
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": 1699329768236,
"lastUpdate": 1699329977269,
"repoUrl": "https://github.com/risc0/risc0",
"entries": {
"macOS-cpu": [
Expand Down Expand Up @@ -24808,6 +24808,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": "d86a66c8af8fc1386aff02172d2cf7ffa972d857",
"message": "Improve CI build/test perf (#1113)\n\n* Use SHA-256 for internal proving tests (2x faster than poseidon)\r\n* Avoid hanging cargo-risczero tests waiting on stdin\r\n* Avoid building `risc0-zkvm` twice with and without the \"prove\" feature",
"timestamp": "2023-11-06T19:41:39-08:00",
"tree_id": "67a063a229402c802b24641656abe0858376b08d",
"url": "https://github.com/risc0/risc0/commit/d86a66c8af8fc1386aff02172d2cf7ffa972d857"
},
"date": 1699329974917,
"tool": "cargo",
"benches": [
{
"name": "fib/100/execute",
"value": 38650851,
"range": "± 72945",
"unit": "ns/iter"
},
{
"name": "fib/1000/execute",
"value": 39296929,
"range": "± 59532",
"unit": "ns/iter"
},
{
"name": "fib/10000/execute",
"value": 45513685,
"range": "± 413397",
"unit": "ns/iter"
},
{
"name": "fib/100/prove",
"value": 914298582,
"range": "± 3721557",
"unit": "ns/iter"
},
{
"name": "fib/1000/prove",
"value": 940433961,
"range": "± 5298108",
"unit": "ns/iter"
},
{
"name": "fib/10000/prove",
"value": 2892238815,
"range": "± 6491005",
"unit": "ns/iter"
},
{
"name": "fib/100/total",
"value": 950663539,
"range": "± 3023886",
"unit": "ns/iter"
},
{
"name": "fib/1000/total",
"value": 979623205,
"range": "± 2079911",
"unit": "ns/iter"
},
{
"name": "fib/10000/total",
"value": 2938325897,
"range": "± 6953120",
"unit": "ns/iter"
}
]
}
],
"Linux-cpu": [
Expand Down

0 comments on commit 67e8109

Please sign in to comment.