Skip to content

Commit

Permalink
add Haskell Benchmark (customSmallerIsBetter) benchmark result for f2…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jul 15, 2024
1 parent 5d29742 commit 4fa2b21
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": 1720712572334,
"lastUpdate": 1721069548360,
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
"entries": {
"Haskell Benchmark": [
Expand Down Expand Up @@ -11954,6 +11954,78 @@ window.BENCHMARK_DATA = {
"range": 7.327476396845781e-8
}
]
},
{
"commit": {
"author": {
"email": "aniketd@users.noreply.github.com",
"name": "Aniket Deshpande",
"username": "aniketd"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "f224adb901311682a0a3e5e90cef087bb7d8a675",
"message": "Merge pull request #4484 from IntersectMBO/aniketd/conformance-gov-translate-adjust\n\nConformance GOV: translate and adjust",
"timestamp": "2024-07-16T00:19:21+05:30",
"tree_id": "5b88345dc4d2b06b0588e38dea55e657c177122c",
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/f224adb901311682a0a3e5e90cef087bb7d8a675"
},
"date": 1721069530513,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto",
"value": 0.00005550343840025471,
"unit": "Nanoseconds",
"range": 0.000003301216707521806
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto",
"value": 0.000057165105439021825,
"unit": "Nanoseconds",
"range": 0.000003056141530272918
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto",
"value": 0.00006624267883402608,
"unit": "Nanoseconds",
"range": 0.0000013443204329238844
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto",
"value": 0.00010116933387714978,
"unit": "Nanoseconds",
"range": 0.000002387220217852936
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto",
"value": 0.000009613691733057447,
"unit": "Nanoseconds",
"range": 1.3921711293110992e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto",
"value": 0.000017693621910111105,
"unit": "Nanoseconds",
"range": 6.059072548976034e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto",
"value": 0.000017897874238385188,
"unit": "Nanoseconds",
"range": 1.7356998295017999e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto",
"value": 0.000008572857528378461,
"unit": "Nanoseconds",
"range": 6.506824726201952e-8
}
]
}
]
}
Expand Down

0 comments on commit 4fa2b21

Please sign in to comment.