Skip to content

Commit

Permalink
add Haskell Benchmark (customSmallerIsBetter) benchmark result for db…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed May 8, 2024
1 parent 803e117 commit 950d933
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": 1715113123670,
"lastUpdate": 1715129759639,
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
"entries": {
"Haskell Benchmark": [
Expand Down Expand Up @@ -5402,6 +5402,78 @@ window.BENCHMARK_DATA = {
"range": 8.94439837881267e-8
}
]
},
{
"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": "dbb9f4e846f17660f7690301a4f23da1dfb842df",
"message": "Merge pull request #4284 from IntersectMBO/lehins/flexible-costmodel-params\n\nFlexible costmodel params",
"timestamp": "2024-05-07T18:52:47-06:00",
"tree_id": "2beff5d9f8e447c9d384f14d7b9ee0adeed0a05b",
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/dbb9f4e846f17660f7690301a4f23da1dfb842df"
},
"date": 1715129740821,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto",
"value": 0.00007287117809162612,
"unit": "Nanoseconds",
"range": 0.000009333398450528238
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto",
"value": 0.00007033673048287544,
"unit": "Nanoseconds",
"range": 7.856282367590103e-7
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto",
"value": 0.00008288636649211169,
"unit": "Nanoseconds",
"range": 0.000002200476735317758
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto",
"value": 0.00011716638815420882,
"unit": "Nanoseconds",
"range": 0.000008548835065001841
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto",
"value": 0.000010783432030218041,
"unit": "Nanoseconds",
"range": 1.9798248742073995e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto",
"value": 0.00001906723257712619,
"unit": "Nanoseconds",
"range": 5.847936791711429e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto",
"value": 0.000018038070506401985,
"unit": "Nanoseconds",
"range": 4.1442008572058386e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto",
"value": 0.000008845025567487744,
"unit": "Nanoseconds",
"range": 9.803750330077952e-8
}
]
}
]
}
Expand Down

0 comments on commit 950d933

Please sign in to comment.