Skip to content

Commit 93a37f4

Browse files
author
github-action-benchmark
committed
add Haskell Benchmark (customSmallerIsBetter) benchmark result for a3ab599
1 parent 3c0dc66 commit 93a37f4

File tree

1 file changed

+73
-1
lines changed

1 file changed

+73
-1
lines changed

dev/bench/data.js

Lines changed: 73 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1742317546453,
2+
"lastUpdate": 1742403501562,
33
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
44
"entries": {
55
"Haskell Benchmark": [
@@ -28298,6 +28298,78 @@ window.BENCHMARK_DATA = {
2829828298
"range": 5.22070797262846e-7
2829928299
}
2830028300
]
28301+
},
28302+
{
28303+
"commit": {
28304+
"author": {
28305+
"email": "aniketd@users.noreply.github.com",
28306+
"name": "Aniket Deshpande",
28307+
"username": "aniketd"
28308+
},
28309+
"committer": {
28310+
"email": "aniketd@users.noreply.github.com",
28311+
"name": "Aniket Deshpande",
28312+
"username": "aniketd"
28313+
},
28314+
"distinct": true,
28315+
"id": "a3ab599f66da96b714e3c8a5aa9596ea9275af8b",
28316+
"message": "Add required CBOR instances for NonZero",
28317+
"timestamp": "2025-03-19T22:24:54+05:30",
28318+
"tree_id": "7942a59bd127cdb65d01a27c369e578d67103c98",
28319+
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/a3ab599f66da96b714e3c8a5aa9596ea9275af8b"
28320+
},
28321+
"date": 1742403481332,
28322+
"tool": "customSmallerIsBetter",
28323+
"benches": [
28324+
{
28325+
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra",
28326+
"value": 0.00014240603162272669,
28327+
"unit": "Nanoseconds",
28328+
"range": 0.0000030655867542619305
28329+
},
28330+
{
28331+
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra",
28332+
"value": 0.0001478534310564999,
28333+
"unit": "Nanoseconds",
28334+
"range": 0.000001953210323883593
28335+
},
28336+
{
28337+
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra",
28338+
"value": 0.00014902810353890924,
28339+
"unit": "Nanoseconds",
28340+
"range": 0.000005575442795787358
28341+
},
28342+
{
28343+
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra",
28344+
"value": 0.0002351778557114721,
28345+
"unit": "Nanoseconds",
28346+
"range": 0.000003408980040627763
28347+
},
28348+
{
28349+
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra",
28350+
"value": 0.00000991622360945525,
28351+
"unit": "Nanoseconds",
28352+
"range": 1.0203428066105938e-7
28353+
},
28354+
{
28355+
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra",
28356+
"value": 0.000018134765386586317,
28357+
"unit": "Nanoseconds",
28358+
"range": 1.6145435060146408e-7
28359+
},
28360+
{
28361+
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra",
28362+
"value": 0.000018514402412464048,
28363+
"unit": "Nanoseconds",
28364+
"range": 1.0611188788062108e-7
28365+
},
28366+
{
28367+
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra",
28368+
"value": 0.000010484807940743115,
28369+
"unit": "Nanoseconds",
28370+
"range": 4.964788482797948e-7
28371+
}
28372+
]
2830128373
}
2830228374
]
2830328375
}

0 commit comments

Comments
 (0)