Skip to content

Commit

Permalink
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 71…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed May 7, 2024
1 parent c3be4d3 commit 3874a75
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": 1715044745096,
"lastUpdate": 1715113123670,
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
"entries": {
"Haskell Benchmark": [
Expand Down Expand Up @@ -5330,6 +5330,78 @@ window.BENCHMARK_DATA = {
"range": 1.062366697423384e-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": "71b8cb1eb1d5af4461a522dc4baa35225a866fcb",
"message": "Merge pull request #4253 from IntersectMBO/lehins/hardfork-initiation\n\nHardfork Initiation into a new era",
"timestamp": "2024-05-07T14:15:32-06:00",
"tree_id": "6d5fda996d122a820971ff884d95f375a041dc99",
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/71b8cb1eb1d5af4461a522dc4baa35225a866fcb"
},
"date": 1715113104310,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto",
"value": 0.00006762243701107134,
"unit": "Nanoseconds",
"range": 0.000003239123273673421
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto",
"value": 0.0000716002597004589,
"unit": "Nanoseconds",
"range": 0.0000014326711098114808
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto",
"value": 0.00008393876626663124,
"unit": "Nanoseconds",
"range": 9.790987833756356e-7
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto",
"value": 0.00011774665771206693,
"unit": "Nanoseconds",
"range": 0.0000041028904223925256
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto",
"value": 0.000011048668151989345,
"unit": "Nanoseconds",
"range": 1.8867561595686053e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto",
"value": 0.000019253678175553377,
"unit": "Nanoseconds",
"range": 2.334834463953711e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto",
"value": 0.000018431537003336255,
"unit": "Nanoseconds",
"range": 4.092823897158242e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto",
"value": 0.0000091503760641478,
"unit": "Nanoseconds",
"range": 8.94439837881267e-8
}
]
}
]
}
Expand Down

0 comments on commit 3874a75

Please sign in to comment.