Skip to content

Commit

Permalink
add Orchard Benchmarks (cargo) benchmark result for efa62fc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 21, 2025
1 parent e385b5d commit 243c17c
Showing 1 changed file with 181 additions and 1 deletion.
182 changes: 181 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": 1740098388247,
"lastUpdate": 1740098621491,
"repoUrl": "https://github.com/zcash/orchard",
"entries": {
"Orchard Benchmarks": [
Expand Down Expand Up @@ -182,6 +182,186 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Kris Nuttycombe",
"username": "nuttycom"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "efa62fcf8f03e6be5371d9ddba01a9a4380366bd",
"message": "Merge pull request #441 from nuttycom/remove_f6_memos\n\nRemove 0xf6 empty memo convention.",
"timestamp": "2025-02-20T17:30:45-07:00",
"tree_id": "7ee38c3155a3f430db9db718a4feb2763913de45",
"url": "https://github.com/zcash/orchard/commit/efa62fcf8f03e6be5371d9ddba01a9a4380366bd"
},
"date": 1740098620680,
"tool": "cargo",
"benches": [
{
"name": "proving/bundle/1",
"value": 2870882017,
"range": "± 245751391",
"unit": "ns/iter"
},
{
"name": "proving/bundle/2",
"value": 2845354885,
"range": "± 4558801",
"unit": "ns/iter"
},
{
"name": "proving/bundle/3",
"value": 4073804207,
"range": "± 11549620",
"unit": "ns/iter"
},
{
"name": "proving/bundle/4",
"value": 5309151390,
"range": "± 39081540",
"unit": "ns/iter"
},
{
"name": "verifying/bundle/1",
"value": 24305442,
"range": "± 451940",
"unit": "ns/iter"
},
{
"name": "verifying/bundle/2",
"value": 24259729,
"range": "± 1073892",
"unit": "ns/iter"
},
{
"name": "verifying/bundle/3",
"value": 27365266,
"range": "± 253734",
"unit": "ns/iter"
},
{
"name": "verifying/bundle/4",
"value": 31156547,
"range": "± 265685",
"unit": "ns/iter"
},
{
"name": "note-decryption/valid",
"value": 1482496,
"range": "± 9936",
"unit": "ns/iter"
},
{
"name": "note-decryption/invalid",
"value": 125871,
"range": "± 494",
"unit": "ns/iter"
},
{
"name": "note-decryption/compact-valid",
"value": 1478664,
"range": "± 6293",
"unit": "ns/iter"
},
{
"name": "compact-note-decryption/invalid",
"value": 1330224549,
"range": "± 1699346",
"unit": "ns/iter"
},
{
"name": "batch-note-decryption/valid/10",
"value": 15651283,
"range": "± 34626",
"unit": "ns/iter"
},
{
"name": "batch-note-decryption/invalid/10",
"value": 2135559,
"range": "± 34542",
"unit": "ns/iter"
},
{
"name": "batch-note-decryption/compact-valid/10",
"value": 15635272,
"range": "± 42496",
"unit": "ns/iter"
},
{
"name": "batch-note-decryption/compact-invalid/10",
"value": 2101624,
"range": "± 7356",
"unit": "ns/iter"
},
{
"name": "batch-note-decryption/valid/50",
"value": 78200594,
"range": "± 161264",
"unit": "ns/iter"
},
{
"name": "batch-note-decryption/invalid/50",
"value": 10632069,
"range": "± 29242",
"unit": "ns/iter"
},
{
"name": "batch-note-decryption/compact-valid/50",
"value": 78104608,
"range": "± 273584",
"unit": "ns/iter"
},
{
"name": "batch-note-decryption/compact-invalid/50",
"value": 10450647,
"range": "± 27399",
"unit": "ns/iter"
},
{
"name": "batch-note-decryption/valid/100",
"value": 156351451,
"range": "± 175422",
"unit": "ns/iter"
},
{
"name": "batch-note-decryption/invalid/100",
"value": 21235633,
"range": "± 51472",
"unit": "ns/iter"
},
{
"name": "batch-note-decryption/compact-valid/100",
"value": 156191496,
"range": "± 900780",
"unit": "ns/iter"
},
{
"name": "batch-note-decryption/compact-invalid/100",
"value": 20889469,
"range": "± 28475",
"unit": "ns/iter"
},
{
"name": "derive_fvk",
"value": 463686,
"range": "± 4324",
"unit": "ns/iter"
},
{
"name": "default_address",
"value": 487645,
"range": "± 718",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 243c17c

Please sign in to comment.