Skip to content

Commit 8325792

Browse files
author
github-action-benchmark
committed
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 88a3f9f
1 parent 32d52fc commit 8325792

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": 1740095506778,
2+
"lastUpdate": 1740165967662,
33
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
44
"entries": {
55
"Haskell Benchmark": [
@@ -26786,6 +26786,78 @@ window.BENCHMARK_DATA = {
2678626786
"range": 1.3612939073030175e-7
2678726787
}
2678826788
]
26789+
},
26790+
{
26791+
"commit": {
26792+
"author": {
26793+
"email": "[email protected]",
26794+
"name": "Alexey Kuleshevich",
26795+
"username": "lehins"
26796+
},
26797+
"committer": {
26798+
"email": "[email protected]",
26799+
"name": "GitHub",
26800+
"username": "web-flow"
26801+
},
26802+
"distinct": true,
26803+
"id": "88a3f9fd23e62831bd6e8c190d64360d8a4d0243",
26804+
"message": "Merge pull request #4903 from IntersectMBO/lehins/switch-to-txcert\n\nSwitch to using `TxCert` type family",
26805+
"timestamp": "2025-02-21T12:22:33-07:00",
26806+
"tree_id": "64caa81a542b2a51e49daa251ed4cab2006b1b2b",
26807+
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/88a3f9fd23e62831bd6e8c190d64360d8a4d0243"
26808+
},
26809+
"date": 1740165943715,
26810+
"tool": "customSmallerIsBetter",
26811+
"benches": [
26812+
{
26813+
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra",
26814+
"value": 0.00014283906760728866,
26815+
"unit": "Nanoseconds",
26816+
"range": 0.0000018715114313690146
26817+
},
26818+
{
26819+
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra",
26820+
"value": 0.00014767530056076082,
26821+
"unit": "Nanoseconds",
26822+
"range": 0.0000013374527569851356
26823+
},
26824+
{
26825+
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra",
26826+
"value": 0.00014713765002670245,
26827+
"unit": "Nanoseconds",
26828+
"range": 6.485596592376657e-7
26829+
},
26830+
{
26831+
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra",
26832+
"value": 0.0002362578945004529,
26833+
"unit": "Nanoseconds",
26834+
"range": 0.000006847626519641976
26835+
},
26836+
{
26837+
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra",
26838+
"value": 0.000010244373458598673,
26839+
"unit": "Nanoseconds",
26840+
"range": 1.225917161528331e-7
26841+
},
26842+
{
26843+
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra",
26844+
"value": 0.000018291464134832935,
26845+
"unit": "Nanoseconds",
26846+
"range": 5.517799903036444e-7
26847+
},
26848+
{
26849+
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra",
26850+
"value": 0.00001890800260943234,
26851+
"unit": "Nanoseconds",
26852+
"range": 0.0000011437932451330658
26853+
},
26854+
{
26855+
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra",
26856+
"value": 0.000009421982676254603,
26857+
"unit": "Nanoseconds",
26858+
"range": 3.984421548778977e-8
26859+
}
26860+
]
2678926861
}
2679026862
]
2679126863
}

0 commit comments

Comments
 (0)