Skip to content

Commit 01cd31f

Browse files
author
github-action-benchmark
committed
add Haskell Benchmark (customSmallerIsBetter) benchmark result for a9e78ae
1 parent ae2a812 commit 01cd31f

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": 1742403501562,
2+
"lastUpdate": 1742538140260,
33
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
44
"entries": {
55
"Haskell Benchmark": [
@@ -28370,6 +28370,78 @@ window.BENCHMARK_DATA = {
2837028370
"range": 4.964788482797948e-7
2837128371
}
2837228372
]
28373+
},
28374+
{
28375+
"commit": {
28376+
"author": {
28377+
"email": "neil.mayhew@iohk.io",
28378+
"name": "Neil Mayhew",
28379+
"username": "neilmayhew"
28380+
},
28381+
"committer": {
28382+
"email": "noreply@github.com",
28383+
"name": "GitHub",
28384+
"username": "web-flow"
28385+
},
28386+
"distinct": true,
28387+
"id": "a9e78ae63cf8870f0ce6ce76bd7029b82ddb47e1",
28388+
"message": "Merge pull request #4942 from IntersectMBO/nm/crypto-wrapper-bounds\n\nAdd bounds on `cardano-crypto-wrapper` in packages that also use `crypton`",
28389+
"timestamp": "2025-03-21T00:18:58-06:00",
28390+
"tree_id": "43c1991ad2201c3441b96350a1c985daa98a7e14",
28391+
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/a9e78ae63cf8870f0ce6ce76bd7029b82ddb47e1"
28392+
},
28393+
"date": 1742538118543,
28394+
"tool": "customSmallerIsBetter",
28395+
"benches": [
28396+
{
28397+
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra",
28398+
"value": 0.00013959274679952626,
28399+
"unit": "Nanoseconds",
28400+
"range": 0.000004254266909878078
28401+
},
28402+
{
28403+
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra",
28404+
"value": 0.00014551227442311594,
28405+
"unit": "Nanoseconds",
28406+
"range": 0.000003072168437521526
28407+
},
28408+
{
28409+
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra",
28410+
"value": 0.0001455027874846385,
28411+
"unit": "Nanoseconds",
28412+
"range": 0.0000054024090444049244
28413+
},
28414+
{
28415+
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra",
28416+
"value": 0.00022813113996801958,
28417+
"unit": "Nanoseconds",
28418+
"range": 0.00000463257885559739
28419+
},
28420+
{
28421+
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra",
28422+
"value": 0.000009999446762326922,
28423+
"unit": "Nanoseconds",
28424+
"range": 1.7276675061659466e-7
28425+
},
28426+
{
28427+
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra",
28428+
"value": 0.000018411244454013347,
28429+
"unit": "Nanoseconds",
28430+
"range": 3.302956125003993e-7
28431+
},
28432+
{
28433+
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra",
28434+
"value": 0.000018436339631906638,
28435+
"unit": "Nanoseconds",
28436+
"range": 3.4297376209524726e-7
28437+
},
28438+
{
28439+
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra",
28440+
"value": 0.000010839709738843023,
28441+
"unit": "Nanoseconds",
28442+
"range": 2.4603457502984787e-7
28443+
}
28444+
]
2837328445
}
2837428446
]
2837528447
}

0 commit comments

Comments
 (0)