Skip to content

Commit 7a1a775

Browse files
author
github-action-benchmark
committed
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 007c8ab
1 parent 331ab81 commit 7a1a775

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": 1759357765275,
2+
"lastUpdate": 1759377724970,
33
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
44
"entries": {
55
"Haskell Benchmark": [
@@ -46562,6 +46562,102 @@ window.BENCHMARK_DATA = {
4656246562
"unit": "Nanoseconds"
4656346563
}
4656446564
]
46565+
},
46566+
{
46567+
"commit": {
46568+
"author": {
46569+
"email": "alexey.kuleshevich@iohk.io",
46570+
"name": "Alexey Kuleshevich",
46571+
"username": "lehins"
46572+
},
46573+
"committer": {
46574+
"email": "noreply@github.com",
46575+
"name": "GitHub",
46576+
"username": "web-flow"
46577+
},
46578+
"distinct": true,
46579+
"id": "007c8ab438d8bd68d6cbf7745451a71076195827",
46580+
"message": "Merge pull request #5310 from IntersectMBO/jj/tests-cleanup\n\nClean up the test suites",
46581+
"timestamp": "2025-10-01T21:58:39-06:00",
46582+
"tree_id": "dc47d0e7dfbc4b2602cfbb607cf58c61f2050712",
46583+
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/007c8ab438d8bd68d6cbf7745451a71076195827"
46584+
},
46585+
"date": 1759377704445,
46586+
"tool": "customSmallerIsBetter",
46587+
"benches": [
46588+
{
46589+
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra",
46590+
"value": 0.00016475477187412183,
46591+
"range": "0.000003381410650061473",
46592+
"unit": "Nanoseconds"
46593+
},
46594+
{
46595+
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra",
46596+
"value": 0.00016777977533803193,
46597+
"range": "0.00000306905994511864",
46598+
"unit": "Nanoseconds"
46599+
},
46600+
{
46601+
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra",
46602+
"value": 0.0001694673407680255,
46603+
"range": "0.0000033128235002112326",
46604+
"unit": "Nanoseconds"
46605+
},
46606+
{
46607+
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra",
46608+
"value": 0.00027268660882949914,
46609+
"range": "0.000006618953926322884",
46610+
"unit": "Nanoseconds"
46611+
},
46612+
{
46613+
"name": "applyTxBenchmarks/Deserialise Tx/ShelleyEra",
46614+
"value": 0.000008507465582697326,
46615+
"range": "4.799317682929328e-7",
46616+
"unit": "Nanoseconds"
46617+
},
46618+
{
46619+
"name": "applyTxBenchmarks/Deserialise Tx/AllegraEra",
46620+
"value": 0.000014915132280975011,
46621+
"range": "2.2060711567268043e-7",
46622+
"unit": "Nanoseconds"
46623+
},
46624+
{
46625+
"name": "applyTxBenchmarks/Deserialise Tx/MaryEra",
46626+
"value": 0.000014086943176425872,
46627+
"range": "2.0204522097605881e-7",
46628+
"unit": "Nanoseconds"
46629+
},
46630+
{
46631+
"name": "applyTxBenchmarks/Deserialise Tx/AlonzoEra",
46632+
"value": 0.000010354145660715236,
46633+
"range": "1.2259888395842537e-7",
46634+
"unit": "Nanoseconds"
46635+
},
46636+
{
46637+
"name": "applyTxBenchmarks/Deserialise Ann Tx/ShelleyEra",
46638+
"value": 0.000008415325460774782,
46639+
"range": "2.610537043901137e-7",
46640+
"unit": "Nanoseconds"
46641+
},
46642+
{
46643+
"name": "applyTxBenchmarks/Deserialise Ann Tx/AllegraEra",
46644+
"value": 0.000016685646864767728,
46645+
"range": "2.5618485464772513e-7",
46646+
"unit": "Nanoseconds"
46647+
},
46648+
{
46649+
"name": "applyTxBenchmarks/Deserialise Ann Tx/MaryEra",
46650+
"value": 0.000017182856718121967,
46651+
"range": "1.870515962579744e-7",
46652+
"unit": "Nanoseconds"
46653+
},
46654+
{
46655+
"name": "applyTxBenchmarks/Deserialise Ann Tx/AlonzoEra",
46656+
"value": 0.00001079625119102101,
46657+
"range": "2.730742783903542e-7",
46658+
"unit": "Nanoseconds"
46659+
}
46660+
]
4656546661
}
4656646662
]
4656746663
}

0 commit comments

Comments
 (0)