Skip to content

Commit 6877b9c

Browse files
author
github-action-benchmark
committed
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 10687c7
1 parent 29bc4dc commit 6877b9c

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": 1736501934827,
2+
"lastUpdate": 1736520195841,
33
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
44
"entries": {
55
"Haskell Benchmark": [
@@ -25562,6 +25562,78 @@ window.BENCHMARK_DATA = {
2556225562
"range": 7.65066020791347e-8
2556325563
}
2556425564
]
25565+
},
25566+
{
25567+
"commit": {
25568+
"author": {
25569+
"email": "teodora.danciu@tweag.io",
25570+
"name": "teodanciu",
25571+
"username": "teodanciu"
25572+
},
25573+
"committer": {
25574+
"email": "teodora.danciu@tweag.io",
25575+
"name": "teodanciu",
25576+
"username": "teodanciu"
25577+
},
25578+
"distinct": true,
25579+
"id": "10687c7976ce731a8b5c8c24c96f1331e3a31ed9",
25580+
"message": "Improve error handling in constrained `genFromSpec`\n\n* use the existing error handling mechanism from constrained\n* remove usage of unsafePerformIO\n* remove incorrectly placed `catch` and catching of `AnyException`",
25581+
"timestamp": "2025-01-10T14:39:49Z",
25582+
"tree_id": "2db54f1efc2206ffdb0f5eecd04ce0bad5cacba1",
25583+
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/10687c7976ce731a8b5c8c24c96f1331e3a31ed9"
25584+
},
25585+
"date": 1736520175444,
25586+
"tool": "customSmallerIsBetter",
25587+
"benches": [
25588+
{
25589+
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra",
25590+
"value": 0.00014220216424116612,
25591+
"unit": "Nanoseconds",
25592+
"range": 7.241559162000825e-7
25593+
},
25594+
{
25595+
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra",
25596+
"value": 0.00014546763595520056,
25597+
"unit": "Nanoseconds",
25598+
"range": 0.0000013401272783593602
25599+
},
25600+
{
25601+
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra",
25602+
"value": 0.00014614407437516913,
25603+
"unit": "Nanoseconds",
25604+
"range": 0.0000023142815288757536
25605+
},
25606+
{
25607+
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra",
25608+
"value": 0.0002335150265182129,
25609+
"unit": "Nanoseconds",
25610+
"range": 0.000005566032994335053
25611+
},
25612+
{
25613+
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra",
25614+
"value": 0.000010330604786682136,
25615+
"unit": "Nanoseconds",
25616+
"range": 2.546905350463868e-7
25617+
},
25618+
{
25619+
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra",
25620+
"value": 0.00001838637544563439,
25621+
"unit": "Nanoseconds",
25622+
"range": 4.5253939484840956e-7
25623+
},
25624+
{
25625+
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra",
25626+
"value": 0.000019032034559574966,
25627+
"unit": "Nanoseconds",
25628+
"range": 1.1746132836647646e-7
25629+
},
25630+
{
25631+
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra",
25632+
"value": 0.000010889268687169231,
25633+
"unit": "Nanoseconds",
25634+
"range": 2.3804872522720422e-7
25635+
}
25636+
]
2556525637
}
2556625638
]
2556725639
}

0 commit comments

Comments
 (0)