Skip to content

Commit

Permalink
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 3c…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Apr 25, 2024
1 parent b4f7fcf commit 47c64c8
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": 1714001833153,
"lastUpdate": 1714011688263,
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
"entries": {
"Haskell Benchmark": [
Expand Down Expand Up @@ -3818,6 +3818,78 @@ window.BENCHMARK_DATA = {
"range": 6.403319770744263e-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": "3c3a5f129fd3f2618a40ebc9495de32019755c38",
"message": "Merge pull request #4295 from IntersectMBO/lehins/improve-generator-in-imptests\n\nImprove generator in ImpTestsState",
"timestamp": "2024-04-24T20:18:25-06:00",
"tree_id": "b3d684b3bfa5ac150758b84e5752c44df712876c",
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/3c3a5f129fd3f2618a40ebc9495de32019755c38"
},
"date": 1714011670184,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto",
"value": 0.00006725090304953213,
"unit": "Nanoseconds",
"range": 0.000004111409832555049
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto",
"value": 0.00007119514579179006,
"unit": "Nanoseconds",
"range": 0.0000011758705267352801
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto",
"value": 0.00008022180404065482,
"unit": "Nanoseconds",
"range": 7.858746885317513e-7
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto",
"value": 0.0001137660532872114,
"unit": "Nanoseconds",
"range": 0.000002539854764080261
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto",
"value": 0.000010963385659260642,
"unit": "Nanoseconds",
"range": 1.2108116025980893e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto",
"value": 0.00001889146018728094,
"unit": "Nanoseconds",
"range": 7.044571983269199e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto",
"value": 0.000018236748573895775,
"unit": "Nanoseconds",
"range": 2.932449421878169e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto",
"value": 0.000009154949313266521,
"unit": "Nanoseconds",
"range": 7.553868217583387e-8
}
]
}
]
}
Expand Down

0 comments on commit 47c64c8

Please sign in to comment.