Skip to content

Commit

Permalink
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 21…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 24, 2024
1 parent 2307389 commit 6ebad63
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": 1729779428395,
"lastUpdate": 1729794228737,
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
"entries": {
"Haskell Benchmark": [
Expand Down Expand Up @@ -20882,6 +20882,78 @@ window.BENCHMARK_DATA = {
"range": 5.5656202808395854e-8
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Alexey Kuleshevich",
"username": "lehins"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "21cc2bedb550e1699816e843950a6fd2e6a21879",
"message": "Merge pull request #4666 from IntersectMBO/aniketd/mismatch-for-conway\n\nMismatch for Conway predicate failures",
"timestamp": "2024-10-24T12:20:45-06:00",
"tree_id": "589606932d67fb04ea4e3544f43c11f2e85a1ea1",
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/21cc2bedb550e1699816e843950a6fd2e6a21879"
},
"date": 1729794210050,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto",
"value": 0.00005238789911375568,
"unit": "Nanoseconds",
"range": 4.662722023784574e-7
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto",
"value": 0.000056643433569681615,
"unit": "Nanoseconds",
"range": 4.396849928711019e-7
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto",
"value": 0.0000659984426844463,
"unit": "Nanoseconds",
"range": 0.0000013608824207519064
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto",
"value": 0.00011978197269390678,
"unit": "Nanoseconds",
"range": 0.000002438036094831149
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto",
"value": 0.000009357144237681192,
"unit": "Nanoseconds",
"range": 1.8878018938528318e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto",
"value": 0.000017400640505014155,
"unit": "Nanoseconds",
"range": 9.315761821324474e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto",
"value": 0.000017547804468298264,
"unit": "Nanoseconds",
"range": 1.7828151083286193e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto",
"value": 0.00000943539364535602,
"unit": "Nanoseconds",
"range": 1.4970116588784407e-7
}
]
}
]
}
Expand Down

0 comments on commit 6ebad63

Please sign in to comment.