Skip to content

Commit

Permalink
add Haskell Benchmark (customSmallerIsBetter) benchmark result for e5…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 29, 2024
1 parent 0658700 commit 5f5e984
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": 1711541160467,
"lastUpdate": 1711688111185,
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
"entries": {
"Haskell Benchmark": [
Expand Down Expand Up @@ -794,6 +794,78 @@ window.BENCHMARK_DATA = {
"range": 7.545667756040075e-8
}
]
},
{
"commit": {
"author": {
"email": "alexey.kuleshevich@iohk.io",
"name": "Alexey Kuleshevich",
"username": "lehins"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "e526e148cf9a60fc46c66f7b87bfc469a49811e6",
"message": "Merge pull request #4219 from IntersectMBO/td/fixes-for-release\n\nFixes for 8.10 release",
"timestamp": "2024-03-28T22:52:13-06:00",
"tree_id": "7fd44f6c9549b3b5fc42d55dacaf0efae2f36509",
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/e526e148cf9a60fc46c66f7b87bfc469a49811e6"
},
"date": 1711688096070,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto",
"value": 0.00006507090441073775,
"unit": "Nanoseconds",
"range": 4.83271211895433e-7
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto",
"value": 0.00007005235880758694,
"unit": "Nanoseconds",
"range": 3.294058509272797e-7
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto",
"value": 0.00007910847912042781,
"unit": "Nanoseconds",
"range": 5.068635107506637e-7
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto",
"value": 0.00011214215643249254,
"unit": "Nanoseconds",
"range": 0.000004339536419757924
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto",
"value": 0.000010026210040505318,
"unit": "Nanoseconds",
"range": 1.7591080259791681e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto",
"value": 0.00001839912840625238,
"unit": "Nanoseconds",
"range": 1.5502586690760906e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto",
"value": 0.00001741279417327591,
"unit": "Nanoseconds",
"range": 4.820598534645001e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto",
"value": 0.000008748925714149199,
"unit": "Nanoseconds",
"range": 5.44451052944505e-8
}
]
}
]
}
Expand Down

0 comments on commit 5f5e984

Please sign in to comment.