Skip to content

Commit

Permalink
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 03…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 18, 2024
1 parent 6f652b2 commit c1f9b33
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": 1731945283734,
"lastUpdate": 1731953983890,
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
"entries": {
"Haskell Benchmark": [
Expand Down Expand Up @@ -22898,6 +22898,78 @@ window.BENCHMARK_DATA = {
"range": 2.081885964962338e-7
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Maximilian Algehed",
"username": "MaximilianAlgehed"
},
"committer": {
"email": "[email protected]",
"name": "Maximilian Algehed",
"username": "MaximilianAlgehed"
},
"distinct": true,
"id": "03c1bdff08fff2f9bcdeceb7e59113e4b79c9b1f",
"message": "`constrained-generators`: Fix test failure with narrowing",
"timestamp": "2024-11-18T19:16:16+01:00",
"tree_id": "4565757b63667e6cd2b8d875906c7b0946392ec2",
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/03c1bdff08fff2f9bcdeceb7e59113e4b79c9b1f"
},
"date": 1731953963704,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto",
"value": 0.000055860205558887136,
"unit": "Nanoseconds",
"range": 0.000006247709304324965
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto",
"value": 0.00005699778621036106,
"unit": "Nanoseconds",
"range": 9.883173627739992e-7
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto",
"value": 0.00006786133912917351,
"unit": "Nanoseconds",
"range": 0.000003294282057094786
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto",
"value": 0.00011843521052106584,
"unit": "Nanoseconds",
"range": 9.53839328448911e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto",
"value": 0.000009773977398399435,
"unit": "Nanoseconds",
"range": 1.274801404754481e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto",
"value": 0.000018532754452582606,
"unit": "Nanoseconds",
"range": 5.257463237726981e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto",
"value": 0.000018971096396398776,
"unit": "Nanoseconds",
"range": 5.13450426165489e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto",
"value": 0.000009637919695801686,
"unit": "Nanoseconds",
"range": 8.693216540628998e-8
}
]
}
]
}
Expand Down

0 comments on commit c1f9b33

Please sign in to comment.