Skip to content

Commit 6c67e4c

Browse files
author
github-action-benchmark
committed
add Haskell Benchmark (customSmallerIsBetter) benchmark result for d38772f
1 parent 4cc0c41 commit 6c67e4c

File tree

1 file changed

+97
-1
lines changed

1 file changed

+97
-1
lines changed

dev/bench/data.js

Lines changed: 97 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1758920843117,
2+
"lastUpdate": 1759167663144,
33
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
44
"entries": {
55
"Haskell Benchmark": [
@@ -46082,6 +46082,102 @@ window.BENCHMARK_DATA = {
4608246082
"unit": "Nanoseconds"
4608346083
}
4608446084
]
46085+
},
46086+
{
46087+
"commit": {
46088+
"author": {
46089+
"email": "Lucsanszky@users.noreply.github.com",
46090+
"name": "Lucsanszky",
46091+
"username": "Lucsanszky"
46092+
},
46093+
"committer": {
46094+
"email": "noreply@github.com",
46095+
"name": "GitHub",
46096+
"username": "web-flow"
46097+
},
46098+
"distinct": true,
46099+
"id": "d38772f4d7fa063557b0bca8b480501830f3d0d4",
46100+
"message": "Merge pull request #5220 from IntersectMBO/ldan/imptest-improvements\n\nImprove `ImpTest` helpers\n\nFollow-up to #5137",
46101+
"timestamp": "2025-09-29T19:37:13+02:00",
46102+
"tree_id": "1586ddb279b5df7cdf4efa60babfbf3960ca7962",
46103+
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/d38772f4d7fa063557b0bca8b480501830f3d0d4"
46104+
},
46105+
"date": 1759167644387,
46106+
"tool": "customSmallerIsBetter",
46107+
"benches": [
46108+
{
46109+
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra",
46110+
"value": 0.00015113304633812804,
46111+
"range": "0.0000025036477036528028",
46112+
"unit": "Nanoseconds"
46113+
},
46114+
{
46115+
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra",
46116+
"value": 0.00015507246975366638,
46117+
"range": "0.000004007136588452959",
46118+
"unit": "Nanoseconds"
46119+
},
46120+
{
46121+
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra",
46122+
"value": 0.0001549740879478506,
46123+
"range": "7.887811270718032e-7",
46124+
"unit": "Nanoseconds"
46125+
},
46126+
{
46127+
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra",
46128+
"value": 0.0002476147602704081,
46129+
"range": "0.000009214523044906383",
46130+
"unit": "Nanoseconds"
46131+
},
46132+
{
46133+
"name": "applyTxBenchmarks/Deserialise Tx/ShelleyEra",
46134+
"value": 0.000008262869767190766,
46135+
"range": "6.398827191754584e-8",
46136+
"unit": "Nanoseconds"
46137+
},
46138+
{
46139+
"name": "applyTxBenchmarks/Deserialise Tx/AllegraEra",
46140+
"value": 0.000014644907675210595,
46141+
"range": "1.6669864089796921e-7",
46142+
"unit": "Nanoseconds"
46143+
},
46144+
{
46145+
"name": "applyTxBenchmarks/Deserialise Tx/MaryEra",
46146+
"value": 0.00001347585467884381,
46147+
"range": "1.7717265180240442e-7",
46148+
"unit": "Nanoseconds"
46149+
},
46150+
{
46151+
"name": "applyTxBenchmarks/Deserialise Tx/AlonzoEra",
46152+
"value": 0.00000949703987068665,
46153+
"range": "1.002606882605446e-7",
46154+
"unit": "Nanoseconds"
46155+
},
46156+
{
46157+
"name": "applyTxBenchmarks/Deserialise Ann Tx/ShelleyEra",
46158+
"value": 0.000008383127045745258,
46159+
"range": "6.749076812121421e-8",
46160+
"unit": "Nanoseconds"
46161+
},
46162+
{
46163+
"name": "applyTxBenchmarks/Deserialise Ann Tx/AllegraEra",
46164+
"value": 0.00001663520956790063,
46165+
"range": "9.181602600714162e-8",
46166+
"unit": "Nanoseconds"
46167+
},
46168+
{
46169+
"name": "applyTxBenchmarks/Deserialise Ann Tx/MaryEra",
46170+
"value": 0.00001706531975154371,
46171+
"range": "1.225869791680734e-7",
46172+
"unit": "Nanoseconds"
46173+
},
46174+
{
46175+
"name": "applyTxBenchmarks/Deserialise Ann Tx/AlonzoEra",
46176+
"value": 0.000009968816502568721,
46177+
"range": "1.2418834172154125e-7",
46178+
"unit": "Nanoseconds"
46179+
}
46180+
]
4608546181
}
4608646182
]
4608746183
}

0 commit comments

Comments
 (0)