Skip to content

Commit

Permalink
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 57…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 6, 2024
1 parent 2e18102 commit 0b7c883
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": 1725574398723,
"lastUpdate": 1725589924527,
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
"entries": {
"Haskell Benchmark": [
Expand Down Expand Up @@ -16418,6 +16418,78 @@ window.BENCHMARK_DATA = {
"range": 1.3903970801346656e-7
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Alexey Kuleshevich",
"username": "lehins"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "57dcbb4e664b71bce39a1ab984614f1b7f5b941a",
"message": "Merge pull request #4584 from IntersectMBO/jj/gov-proposal-ordering\n\nSort Proposals when translating to SpecRep",
"timestamp": "2024-09-05T20:29:06-06:00",
"tree_id": "60715331c2613e8c3f3944a9a57ba0a53a514c37",
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/57dcbb4e664b71bce39a1ab984614f1b7f5b941a"
},
"date": 1725589908567,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto",
"value": 0.000058156419170459204,
"unit": "Nanoseconds",
"range": 0.000006016123253415534
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto",
"value": 0.000058653193803872557,
"unit": "Nanoseconds",
"range": 3.2114683501082984e-7
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto",
"value": 0.00006670494405661687,
"unit": "Nanoseconds",
"range": 3.5736205543905827e-7
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto",
"value": 0.00009879862615198108,
"unit": "Nanoseconds",
"range": 4.0815846727963037e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto",
"value": 0.000009686526402019578,
"unit": "Nanoseconds",
"range": 1.9661001104172934e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto",
"value": 0.00001742717812748297,
"unit": "Nanoseconds",
"range": 1.7957287196581801e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto",
"value": 0.000017525039913539507,
"unit": "Nanoseconds",
"range": 3.547931193705915e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto",
"value": 0.000007179853152038261,
"unit": "Nanoseconds",
"range": 1.7882780641531836e-7
}
]
}
]
}
Expand Down

0 comments on commit 0b7c883

Please sign in to comment.