Skip to content

Commit

Permalink
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 75…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 10, 2025
1 parent 6877b9c commit e5387cc
Showing 1 changed file with 73 additions and 1 deletion.
74 changes: 73 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1736520195841,
"lastUpdate": 1736544617608,
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
"entries": {
"Haskell Benchmark": [
Expand Down Expand Up @@ -25634,6 +25634,78 @@ window.BENCHMARK_DATA = {
"range": 2.3804872522720422e-7
}
]
},
{
"commit": {
"author": {
"email": "alexey.kuleshevich@iohk.io",
"name": "Alexey Kuleshevich",
"username": "lehins"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "75735807c05df234fb6f66cd681eacf534937f1b",
"message": "Merge pull request #4828 from IntersectMBO/td/fix-committee-cc-cddl\n\nFix cddl for `update_committee` cold credential",
"timestamp": "2025-01-10T14:26:40-07:00",
"tree_id": "0fe854ea2d9d687a7ba8bc5ae08d887b2735f7c4",
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/75735807c05df234fb6f66cd681eacf534937f1b"
},
"date": 1736544594289,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra",
"value": 0.00014186609789559887,
"unit": "Nanoseconds",
"range": 0.000006434561735668556
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra",
"value": 0.00014526451644132336,
"unit": "Nanoseconds",
"range": 0.000001912612540114869
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra",
"value": 0.0001464613599735602,
"unit": "Nanoseconds",
"range": 0.000004591944719359123
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra",
"value": 0.00023026793952460577,
"unit": "Nanoseconds",
"range": 0.000002082076676676677
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra",
"value": 0.000010175694243632195,
"unit": "Nanoseconds",
"range": 1.1079757809268342e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra",
"value": 0.0000182385252669267,
"unit": "Nanoseconds",
"range": 2.3462889111851802e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra",
"value": 0.000019075671227502836,
"unit": "Nanoseconds",
"range": 1.0582140054396e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra",
"value": 0.000010906013678715303,
"unit": "Nanoseconds",
"range": 8.675511490997493e-8
}
]
}
]
}
Expand Down

0 comments on commit e5387cc

Please sign in to comment.