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 Oct 23, 2024
1 parent d2473a5 commit 16349b8
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": 1729593995507,
"lastUpdate": 1729719174881,
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
"entries": {
"Haskell Benchmark": [
Expand Down Expand Up @@ -20738,6 +20738,78 @@ window.BENCHMARK_DATA = {
"range": 1.0795365230388666e-7
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Alexey Kuleshevich",
"username": "lehins"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "5357a856fd567d950c5e7a2bde6c8af47ef31878",
"message": "Merge pull request #4715 from IntersectMBO/lehins/allow-deregistration-and-withdrawal-in-same-tx\n\nAdjust semantics of `ConwayWdrlNotDelegatedToDRep`",
"timestamp": "2024-10-23T15:29:48-06:00",
"tree_id": "56a0007dab35bce5d80ad8fefad85d429fde9a80",
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/5357a856fd567d950c5e7a2bde6c8af47ef31878"
},
"date": 1729719156576,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto",
"value": 0.00005416432742251761,
"unit": "Nanoseconds",
"range": 0.000005651080513929831
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto",
"value": 0.0000559893406931068,
"unit": "Nanoseconds",
"range": 6.015901920483648e-7
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto",
"value": 0.00006449543387239698,
"unit": "Nanoseconds",
"range": 6.831860200610487e-7
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto",
"value": 0.0001168148609815673,
"unit": "Nanoseconds",
"range": 0.000005344238692240427
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto",
"value": 0.000009629717855557473,
"unit": "Nanoseconds",
"range": 3.101023371057556e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto",
"value": 0.000017493840716542857,
"unit": "Nanoseconds",
"range": 0.0000010866681062270097
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto",
"value": 0.000017718808622283565,
"unit": "Nanoseconds",
"range": 5.592406332982754e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto",
"value": 0.000009413814985997879,
"unit": "Nanoseconds",
"range": 8.541706758119528e-8
}
]
}
]
}
Expand Down

0 comments on commit 16349b8

Please sign in to comment.