Skip to content

Commit

Permalink
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 5f…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 22, 2025
1 parent f9011ec commit a6e118f
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": 1737505282256,
"lastUpdate": 1737513351173,
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
"entries": {
"Haskell Benchmark": [
Expand Down Expand Up @@ -26282,6 +26282,78 @@ window.BENCHMARK_DATA = {
"range": 1.6233306202200471e-7
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Neil Mayhew",
"username": "neilmayhew"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "5fda7bbf778fb110bd28b306147da3e287ace124",
"message": "Merge pull request #4843 from IntersectMBO/nm/release-directory-list\n\nReorder the list of directories in RELEASING.md",
"timestamp": "2025-01-21T19:32:21-07:00",
"tree_id": "ab4e68d6e361b803c9b614a0dfb04f0311fa3b92",
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/5fda7bbf778fb110bd28b306147da3e287ace124"
},
"date": 1737513332331,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra",
"value": 0.00014372198581157693,
"unit": "Nanoseconds",
"range": 0.0000010337123309247105
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra",
"value": 0.0001469864243743703,
"unit": "Nanoseconds",
"range": 4.968117741083871e-7
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra",
"value": 0.00015074256516736057,
"unit": "Nanoseconds",
"range": 0.000010233081704827376
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra",
"value": 0.00023542741377817445,
"unit": "Nanoseconds",
"range": 0.0000018665022431611588
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra",
"value": 0.000010524708507615049,
"unit": "Nanoseconds",
"range": 1.652617490489838e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra",
"value": 0.000019154947901939565,
"unit": "Nanoseconds",
"range": 2.908899469096527e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra",
"value": 0.000019331820516592115,
"unit": "Nanoseconds",
"range": 2.3268524566337657e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra",
"value": 0.000009694478138760851,
"unit": "Nanoseconds",
"range": 1.7390910060652106e-7
}
]
}
]
}
Expand Down

0 comments on commit a6e118f

Please sign in to comment.