Skip to content

Commit

Permalink
add Haskell Benchmark (customSmallerIsBetter) benchmark result for f5…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 8, 2024
1 parent b7b64b0 commit 0af6c67
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": 1730901526156,
"lastUpdate": 1731078985502,
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
"entries": {
"Haskell Benchmark": [
Expand Down Expand Up @@ -22178,6 +22178,78 @@ window.BENCHMARK_DATA = {
"range": 9.133462816943608e-8
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Maximilian Algehed",
"username": "MaximilianAlgehed"
},
"committer": {
"email": "[email protected]",
"name": "Maximilian Algehed",
"username": "MaximilianAlgehed"
},
"distinct": true,
"id": "f5cffc3af4ef968e55bf3afb758250c04255f101",
"message": "`constrained-generators`: Fix looping issue",
"timestamp": "2024-11-08T16:13:31+01:00",
"tree_id": "19f59c9593c7dfc7bf904fb33535a9fc5a59634a",
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/f5cffc3af4ef968e55bf3afb758250c04255f101"
},
"date": 1731078966914,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto",
"value": 0.00005254842725909298,
"unit": "Nanoseconds",
"range": 0.0000023771532426724593
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto",
"value": 0.000056083091527238545,
"unit": "Nanoseconds",
"range": 5.630045173061872e-7
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto",
"value": 0.00006436754121046818,
"unit": "Nanoseconds",
"range": 0.0000013874741805678843
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto",
"value": 0.00011843132093076141,
"unit": "Nanoseconds",
"range": 0.000002221670087337844
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto",
"value": 0.00000908912974281781,
"unit": "Nanoseconds",
"range": 5.831599350764399e-8
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto",
"value": 0.000017168411040664663,
"unit": "Nanoseconds",
"range": 7.911799936137101e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto",
"value": 0.000017620135601389503,
"unit": "Nanoseconds",
"range": 0.0000012449658388478888
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto",
"value": 0.000009253239900157342,
"unit": "Nanoseconds",
"range": 6.809406701026055e-8
}
]
}
]
}
Expand Down

0 comments on commit 0af6c67

Please sign in to comment.