Skip to content

Commit

Permalink
add Haskell Benchmark (customSmallerIsBetter) benchmark result for c7…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Apr 30, 2024
1 parent 15abb9e commit 804f635
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": 1714454551322,
"lastUpdate": 1714491658350,
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
"entries": {
"Haskell Benchmark": [
Expand Down Expand Up @@ -4826,6 +4826,78 @@ window.BENCHMARK_DATA = {
"range": 9.26429130597317e-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": "c73cad97db9fa7665db32132aa665c197be1f1ea",
"message": "`constrained-generators`: Add monitoring capability to get a handle on test case distribution (#4301)\n\n* add monitoring capability to start getting a handle on test case\r\ndistribution\r\n\r\n* Add haddocks for monitor and monitorSpec\r\n\r\n* Add case for IfElse to monitorPred\r\n\r\n---------\r\n\r\nCo-authored-by: Ulf Norell <ulf.norell@gmail.com>",
"timestamp": "2024-04-30T15:15:18Z",
"tree_id": "6eb1c2dd8f2e45b3e1ddd814eb6cb16ac51400dd",
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/c73cad97db9fa7665db32132aa665c197be1f1ea"
},
"date": 1714491639109,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto",
"value": 0.00006709592895952596,
"unit": "Nanoseconds",
"range": 0.000001580817299722105
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto",
"value": 0.0000713756770306846,
"unit": "Nanoseconds",
"range": 9.044349710773339e-7
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto",
"value": 0.00008073948594634961,
"unit": "Nanoseconds",
"range": 8.397739140946805e-7
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto",
"value": 0.00011643819131802711,
"unit": "Nanoseconds",
"range": 0.0000026425976701347457
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto",
"value": 0.00001074614880791087,
"unit": "Nanoseconds",
"range": 2.1606106991571753e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto",
"value": 0.00001856760599894599,
"unit": "Nanoseconds",
"range": 0.000001007457755146838
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto",
"value": 0.000017634992707176726,
"unit": "Nanoseconds",
"range": 1.849139504698603e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto",
"value": 0.000009354273427538478,
"unit": "Nanoseconds",
"range": 9.802937542230624e-8
}
]
}
]
}
Expand Down

0 comments on commit 804f635

Please sign in to comment.