Skip to content

Commit f22f96a

Browse files
author
github-action-benchmark
committed
add Haskell Benchmark (customSmallerIsBetter) benchmark result for f5b3569
1 parent fd612d4 commit f22f96a

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": 1740520782323,
2+
"lastUpdate": 1740613990295,
33
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
44
"entries": {
55
"Haskell Benchmark": [
@@ -27362,6 +27362,78 @@ window.BENCHMARK_DATA = {
2736227362
"range": 1.907245007515728e-7
2736327363
}
2736427364
]
27365+
},
27366+
{
27367+
"commit": {
27368+
"author": {
27369+
"email": "alexey.kuleshevich@iohk.io",
27370+
"name": "Alexey Kuleshevich",
27371+
"username": "lehins"
27372+
},
27373+
"committer": {
27374+
"email": "noreply@github.com",
27375+
"name": "GitHub",
27376+
"username": "web-flow"
27377+
},
27378+
"distinct": true,
27379+
"id": "f5b35692b4d92d664187781a98b7af3fab445bad",
27380+
"message": "Merge pull request #4907 from IntersectMBO/lehins/remove-no-longer-needed-hacks\n\nRemove no longer needed workarounds",
27381+
"timestamp": "2025-02-26T16:49:49-07:00",
27382+
"tree_id": "891a11e2bfc19e8c7683f829a7b0ca3fc2e5e5e1",
27383+
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/f5b35692b4d92d664187781a98b7af3fab445bad"
27384+
},
27385+
"date": 1740613968576,
27386+
"tool": "customSmallerIsBetter",
27387+
"benches": [
27388+
{
27389+
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra",
27390+
"value": 0.00014399487521889838,
27391+
"unit": "Nanoseconds",
27392+
"range": 0.000002260229435708144
27393+
},
27394+
{
27395+
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra",
27396+
"value": 0.00014768219254592883,
27397+
"unit": "Nanoseconds",
27398+
"range": 5.219517843320096e-7
27399+
},
27400+
{
27401+
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra",
27402+
"value": 0.0001484208547200532,
27403+
"unit": "Nanoseconds",
27404+
"range": 0.0000017859665206170726
27405+
},
27406+
{
27407+
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra",
27408+
"value": 0.0002362537231824598,
27409+
"unit": "Nanoseconds",
27410+
"range": 0.000004841260560002736
27411+
},
27412+
{
27413+
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra",
27414+
"value": 0.00001044594146051587,
27415+
"unit": "Nanoseconds",
27416+
"range": 2.958483275321988e-7
27417+
},
27418+
{
27419+
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra",
27420+
"value": 0.000018599215817300648,
27421+
"unit": "Nanoseconds",
27422+
"range": 2.298971323439782e-7
27423+
},
27424+
{
27425+
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra",
27426+
"value": 0.00001889059089702375,
27427+
"unit": "Nanoseconds",
27428+
"range": 1.8962408671499075e-7
27429+
},
27430+
{
27431+
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra",
27432+
"value": 0.00000991283639988507,
27433+
"unit": "Nanoseconds",
27434+
"range": 8.881052750369795e-8
27435+
}
27436+
]
2736527437
}
2736627438
]
2736727439
}

0 commit comments

Comments
 (0)