Skip to content

Commit c895b53

Browse files
author
github-action-benchmark
committed
add halo2 Benchmark (cargo) benchmark result for 94cf956
1 parent d92f4f5 commit c895b53

File tree

1 file changed

+139
-1
lines changed

1 file changed

+139
-1
lines changed

dev/bench/data.js

Lines changed: 139 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1708994306200,
2+
"lastUpdate": 1734134668656,
33
"repoUrl": "https://github.com/zcash/halo2",
44
"entries": {
55
"halo2 Benchmark": [
@@ -446,6 +446,144 @@ window.BENCHMARK_DATA = {
446446
"unit": "ns/iter"
447447
}
448448
]
449+
},
450+
{
451+
"commit": {
452+
"author": {
453+
"email": "[email protected]",
454+
"name": "Jack Grigg",
455+
"username": "str4d"
456+
},
457+
"committer": {
458+
"email": "[email protected]",
459+
"name": "GitHub",
460+
"username": "web-flow"
461+
},
462+
"distinct": true,
463+
"id": "94cf956afcf090c931b6fbd223ededd6e7588511",
464+
"message": "Merge pull request #830 from zcash/halo2_poseidon-empty-crate\n\nhalo2_poseidon: Initial empty library crate",
465+
"timestamp": "2024-12-14T12:56:17+13:00",
466+
"tree_id": "f095bfa58746081160568f7cf5d27f219e95c5b3",
467+
"url": "https://github.com/zcash/halo2/commit/94cf956afcf090c931b6fbd223ededd6e7588511"
468+
},
469+
"date": 1734134663043,
470+
"tool": "cargo",
471+
"benches": [
472+
{
473+
"name": "WIDTH = 3, RATE = 2-prover",
474+
"value": 71354997,
475+
"range": "± 5012873",
476+
"unit": "ns/iter"
477+
},
478+
{
479+
"name": "WIDTH = 3, RATE = 2-verifier",
480+
"value": 4005742,
481+
"range": "± 191941",
482+
"unit": "ns/iter"
483+
},
484+
{
485+
"name": "WIDTH = 9, RATE = 8-prover",
486+
"value": 136227388,
487+
"range": "± 3211773",
488+
"unit": "ns/iter"
489+
},
490+
{
491+
"name": "WIDTH = 9, RATE = 8-verifier",
492+
"value": 4553323,
493+
"range": "± 136876",
494+
"unit": "ns/iter"
495+
},
496+
{
497+
"name": "WIDTH = 12, RATE = 11-prover",
498+
"value": 187671836,
499+
"range": "± 4797694",
500+
"unit": "ns/iter"
501+
},
502+
{
503+
"name": "WIDTH = 12, RATE = 11-verifier",
504+
"value": 5047599,
505+
"range": "± 99596",
506+
"unit": "ns/iter"
507+
},
508+
{
509+
"name": "Poseidon/2-to-1",
510+
"value": 31195,
511+
"range": "± 36",
512+
"unit": "ns/iter"
513+
},
514+
{
515+
"name": "Sinsemilla/hash-to-point/510",
516+
"value": 133154,
517+
"range": "± 916",
518+
"unit": "ns/iter"
519+
},
520+
{
521+
"name": "Sinsemilla/hash/510",
522+
"value": 146321,
523+
"range": "± 564",
524+
"unit": "ns/iter"
525+
},
526+
{
527+
"name": "Sinsemilla/commit/510",
528+
"value": 235873,
529+
"range": "± 6170",
530+
"unit": "ns/iter"
531+
},
532+
{
533+
"name": "Sinsemilla/short-commit/510",
534+
"value": 235738,
535+
"range": "± 3297",
536+
"unit": "ns/iter"
537+
},
538+
{
539+
"name": "Sinsemilla/hash-to-point/520",
540+
"value": 135838,
541+
"range": "± 298",
542+
"unit": "ns/iter"
543+
},
544+
{
545+
"name": "Sinsemilla/hash/520",
546+
"value": 149036,
547+
"range": "± 1177",
548+
"unit": "ns/iter"
549+
},
550+
{
551+
"name": "Sinsemilla/commit/520",
552+
"value": 238494,
553+
"range": "± 720",
554+
"unit": "ns/iter"
555+
},
556+
{
557+
"name": "Sinsemilla/short-commit/520",
558+
"value": 238443,
559+
"range": "± 1020",
560+
"unit": "ns/iter"
561+
},
562+
{
563+
"name": "Sinsemilla/hash-to-point/1086",
564+
"value": 284363,
565+
"range": "± 897",
566+
"unit": "ns/iter"
567+
},
568+
{
569+
"name": "Sinsemilla/hash/1086",
570+
"value": 297920,
571+
"range": "± 1104",
572+
"unit": "ns/iter"
573+
},
574+
{
575+
"name": "Sinsemilla/commit/1086",
576+
"value": 387069,
577+
"range": "± 1542",
578+
"unit": "ns/iter"
579+
},
580+
{
581+
"name": "Sinsemilla/short-commit/1086",
582+
"value": 387017,
583+
"range": "± 1090",
584+
"unit": "ns/iter"
585+
}
586+
]
449587
}
450588
]
451589
}

0 commit comments

Comments
 (0)