Skip to content

Commit 7df034b

Browse files
author
github-action-benchmark
committed
add Haskell Benchmark (customSmallerIsBetter) benchmark result for a2043b6
1 parent ccb66fb commit 7df034b

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": 1759377724970,
2+
"lastUpdate": 1759417153901,
33
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
44
"entries": {
55
"Haskell Benchmark": [
@@ -46658,6 +46658,102 @@ window.BENCHMARK_DATA = {
4665846658
"unit": "Nanoseconds"
4665946659
}
4666046660
]
46661+
},
46662+
{
46663+
"commit": {
46664+
"author": {
46665+
"email": "carlos.tome-cortinas@iohk.io",
46666+
"name": "Carlos Tomé Cortiñas",
46667+
"username": "carlostome"
46668+
},
46669+
"committer": {
46670+
"email": "carlos.tome.cortinas@gmail.com",
46671+
"name": "Carlos Tomé Cortiñas",
46672+
"username": "carlostome"
46673+
},
46674+
"distinct": true,
46675+
"id": "a2043b689f0d5c9625d8af0212d4fac08d8ff39f",
46676+
"message": "Disable failing tests\n\nTests fail due to a difference in how stake is calculated for voting:\n- The specification uses active stake\n- The implementatio uses all stake",
46677+
"timestamp": "2025-10-02T16:55:01+02:00",
46678+
"tree_id": "25c7648c441ed2459f2b8b88745f4982218eba9b",
46679+
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/a2043b689f0d5c9625d8af0212d4fac08d8ff39f"
46680+
},
46681+
"date": 1759417133964,
46682+
"tool": "customSmallerIsBetter",
46683+
"benches": [
46684+
{
46685+
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra",
46686+
"value": 0.00015428740679355,
46687+
"range": "0.000003067230837498555",
46688+
"unit": "Nanoseconds"
46689+
},
46690+
{
46691+
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra",
46692+
"value": 0.00015808421010889132,
46693+
"range": "0.000002367339422083238",
46694+
"unit": "Nanoseconds"
46695+
},
46696+
{
46697+
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra",
46698+
"value": 0.0001595880792542422,
46699+
"range": "0.000004322138761885539",
46700+
"unit": "Nanoseconds"
46701+
},
46702+
{
46703+
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra",
46704+
"value": 0.0002525512831155005,
46705+
"range": "0.000004143148612496612",
46706+
"unit": "Nanoseconds"
46707+
},
46708+
{
46709+
"name": "applyTxBenchmarks/Deserialise Tx/ShelleyEra",
46710+
"value": 0.000008507038523154808,
46711+
"range": "1.5591940285574197e-7",
46712+
"unit": "Nanoseconds"
46713+
},
46714+
{
46715+
"name": "applyTxBenchmarks/Deserialise Tx/AllegraEra",
46716+
"value": 0.000015095161637821494,
46717+
"range": "1.2847153977861165e-7",
46718+
"unit": "Nanoseconds"
46719+
},
46720+
{
46721+
"name": "applyTxBenchmarks/Deserialise Tx/MaryEra",
46722+
"value": 0.000013875717426374862,
46723+
"range": "1.855740557641477e-7",
46724+
"unit": "Nanoseconds"
46725+
},
46726+
{
46727+
"name": "applyTxBenchmarks/Deserialise Tx/AlonzoEra",
46728+
"value": 0.00001038866346655385,
46729+
"range": "6.05329144922772e-8",
46730+
"unit": "Nanoseconds"
46731+
},
46732+
{
46733+
"name": "applyTxBenchmarks/Deserialise Ann Tx/ShelleyEra",
46734+
"value": 0.000008546823883947823,
46735+
"range": "6.207350894791189e-8",
46736+
"unit": "Nanoseconds"
46737+
},
46738+
{
46739+
"name": "applyTxBenchmarks/Deserialise Ann Tx/AllegraEra",
46740+
"value": 0.000016722735046358304,
46741+
"range": "1.538676634078801e-7",
46742+
"unit": "Nanoseconds"
46743+
},
46744+
{
46745+
"name": "applyTxBenchmarks/Deserialise Ann Tx/MaryEra",
46746+
"value": 0.000017455262941801455,
46747+
"range": "1.4456147353269088e-7",
46748+
"unit": "Nanoseconds"
46749+
},
46750+
{
46751+
"name": "applyTxBenchmarks/Deserialise Ann Tx/AlonzoEra",
46752+
"value": 0.000011031131558794457,
46753+
"range": "1.5558007956350584e-7",
46754+
"unit": "Nanoseconds"
46755+
}
46756+
]
4666146757
}
4666246758
]
4666346759
}

0 commit comments

Comments
 (0)