Skip to content

Commit

Permalink
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 53…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Apr 25, 2024
1 parent a04e061 commit adc7fdc
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": 1714011688263,
"lastUpdate": 1714036824278,
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
"entries": {
"Haskell Benchmark": [
Expand Down Expand Up @@ -3890,6 +3890,78 @@ window.BENCHMARK_DATA = {
"range": 7.553868217583387e-8
}
]
},
{
"commit": {
"author": {
"email": "MaximilianAlgehed@users.noreply.github.com",
"name": "Maximilian Algehed",
"username": "MaximilianAlgehed"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "53cd7f991bdee289400ea7288a735ca7a74d9c99",
"message": "Merge pull request #4292 from IntersectMBO/PR-map-genHint\n\n`constrained-generators`: add genHint for maps",
"timestamp": "2024-04-25T11:17:22+02:00",
"tree_id": "6d3a292d8e56152837941bf548c96e1dd5478070",
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/53cd7f991bdee289400ea7288a735ca7a74d9c99"
},
"date": 1714036805424,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto",
"value": 0.0000696509284087409,
"unit": "Nanoseconds",
"range": 0.000007845794004971976
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto",
"value": 0.00007045845410707277,
"unit": "Nanoseconds",
"range": 7.718347293730271e-7
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto",
"value": 0.000081869065021302,
"unit": "Nanoseconds",
"range": 0.0000024395319488373996
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto",
"value": 0.00011394596297579534,
"unit": "Nanoseconds",
"range": 0.0000029972949170795963
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto",
"value": 0.000011841980036302038,
"unit": "Nanoseconds",
"range": 2.3544204648402044e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto",
"value": 0.000019893191528828076,
"unit": "Nanoseconds",
"range": 1.591455871349342e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto",
"value": 0.00001959089125489695,
"unit": "Nanoseconds",
"range": 2.262596768115385e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto",
"value": 0.000009645387203353604,
"unit": "Nanoseconds",
"range": 1.4876955312546521e-7
}
]
}
]
}
Expand Down

0 comments on commit adc7fdc

Please sign in to comment.