Skip to content

Commit

Permalink
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 81…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Apr 16, 2024
1 parent 91e0282 commit 09785ad
Showing 1 changed file with 73 additions and 1 deletion.
74 changes: 73 additions & 1 deletion dev/bench/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1712944835632,
"lastUpdate": 1713259308371,
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
"entries": {
"Haskell Benchmark": [
Expand Down Expand Up @@ -2594,6 +2594,78 @@ window.BENCHMARK_DATA = {
"range": 1.0566223974274815e-7
}
]
},
{
"commit": {
"author": {
"email": "aniketd@users.noreply.github.com",
"name": "Aniket Deshpande",
"username": "aniketd"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "8193b4ae7f45da28515d612175f65634440af97b",
"message": "Imptests: CommitteeMinSize affects in-flight props (#4244)\n\n* Imptests: CommitteeMinSize affects in-flight props",
"timestamp": "2024-04-16T09:18:48Z",
"tree_id": "53f46070e474829277acf639e3e2aad42e7f9a4a",
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/8193b4ae7f45da28515d612175f65634440af97b"
},
"date": 1713259290668,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto",
"value": 0.00006650383605982059,
"unit": "Nanoseconds",
"range": 0.000003921228067855194
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto",
"value": 0.00007129936112088571,
"unit": "Nanoseconds",
"range": 4.4714449866620134e-7
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto",
"value": 0.00007913807364355497,
"unit": "Nanoseconds",
"range": 0.0000012283005013831505
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto",
"value": 0.00011250559008975505,
"unit": "Nanoseconds",
"range": 0.0000019181530043303673
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto",
"value": 0.000010897846021344702,
"unit": "Nanoseconds",
"range": 1.288413741104562e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto",
"value": 0.000018943182783435663,
"unit": "Nanoseconds",
"range": 2.2539845464178762e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto",
"value": 0.000018237754851334893,
"unit": "Nanoseconds",
"range": 1.1124593057538297e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto",
"value": 0.000009242245124398985,
"unit": "Nanoseconds",
"range": 1.2916884237198616e-7
}
]
}
]
}
Expand Down

0 comments on commit 09785ad

Please sign in to comment.