Skip to content

Commit 6a7fb74

Browse files
author
github-action-benchmark
committed
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 5c56d03
1 parent 870873d commit 6a7fb74

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": 1752185460132,
2+
"lastUpdate": 1752235915468,
33
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
44
"entries": {
55
"Haskell Benchmark": [
@@ -38498,6 +38498,102 @@ window.BENCHMARK_DATA = {
3849838498
"range": 1.0443304363206054e-7
3849938499
}
3850038500
]
38501+
},
38502+
{
38503+
"commit": {
38504+
"author": {
38505+
"email": "joosep.jaager@iohk.io",
38506+
"name": "Joosep Jääger",
38507+
"username": "Soupstraw"
38508+
},
38509+
"committer": {
38510+
"email": "joosep.jaager@gmail.com",
38511+
"name": "Joosep Jääger",
38512+
"username": "Soupstraw"
38513+
},
38514+
"distinct": true,
38515+
"id": "5c56d03c0e487cce5f98fe15308e0d43cfd158a1",
38516+
"message": "Change `Tx` to an associated data type\n\nCo-authored-by: Alexey Kuleshevich <alexey.kuleshevich@iohk.io>",
38517+
"timestamp": "2025-07-11T12:08:13Z",
38518+
"tree_id": "47fd0878c6911f6d96ffb0a140741ca5b06b79e8",
38519+
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/5c56d03c0e487cce5f98fe15308e0d43cfd158a1"
38520+
},
38521+
"date": 1752235901898,
38522+
"tool": "customSmallerIsBetter",
38523+
"benches": [
38524+
{
38525+
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra",
38526+
"value": 0.00015669954936756172,
38527+
"unit": "Nanoseconds",
38528+
"range": 0.000018692864878185095
38529+
},
38530+
{
38531+
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra",
38532+
"value": 0.0001553835692831231,
38533+
"unit": "Nanoseconds",
38534+
"range": 0.0000015132447858665972
38535+
},
38536+
{
38537+
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra",
38538+
"value": 0.00015443565291665991,
38539+
"unit": "Nanoseconds",
38540+
"range": 6.320191123513732e-7
38541+
},
38542+
{
38543+
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra",
38544+
"value": 0.0002472831103399169,
38545+
"unit": "Nanoseconds",
38546+
"range": 0.000008623466113931388
38547+
},
38548+
{
38549+
"name": "applyTxBenchmarks/Deserialise Tx/ShelleyEra",
38550+
"value": 0.000008390272035623926,
38551+
"unit": "Nanoseconds",
38552+
"range": 1.1553822263828688e-7
38553+
},
38554+
{
38555+
"name": "applyTxBenchmarks/Deserialise Tx/AllegraEra",
38556+
"value": 0.000015289545983095068,
38557+
"unit": "Nanoseconds",
38558+
"range": 8.999520285798596e-7
38559+
},
38560+
{
38561+
"name": "applyTxBenchmarks/Deserialise Tx/MaryEra",
38562+
"value": 0.000015426010813872256,
38563+
"unit": "Nanoseconds",
38564+
"range": 2.3219977539351754e-7
38565+
},
38566+
{
38567+
"name": "applyTxBenchmarks/Deserialise Tx/AlonzoEra",
38568+
"value": 0.00000948528173419649,
38569+
"unit": "Nanoseconds",
38570+
"range": 1.1895826434153683e-7
38571+
},
38572+
{
38573+
"name": "applyTxBenchmarks/Deserialise Ann Tx/ShelleyEra",
38574+
"value": 0.000008354639242264497,
38575+
"unit": "Nanoseconds",
38576+
"range": 4.49500640713659e-8
38577+
},
38578+
{
38579+
"name": "applyTxBenchmarks/Deserialise Ann Tx/AllegraEra",
38580+
"value": 0.000016728481196726176,
38581+
"unit": "Nanoseconds",
38582+
"range": 6.702635419939641e-7
38583+
},
38584+
{
38585+
"name": "applyTxBenchmarks/Deserialise Ann Tx/MaryEra",
38586+
"value": 0.000017174736622442692,
38587+
"unit": "Nanoseconds",
38588+
"range": 1.8889855817023198e-7
38589+
},
38590+
{
38591+
"name": "applyTxBenchmarks/Deserialise Ann Tx/AlonzoEra",
38592+
"value": 0.000009998521200991953,
38593+
"unit": "Nanoseconds",
38594+
"range": 1.1883038188455457e-7
38595+
}
38596+
]
3850138597
}
3850238598
]
3850338599
}

0 commit comments

Comments
 (0)