Skip to content

Commit

Permalink
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 66…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Apr 29, 2024
1 parent 33fdefe commit 2ebd566
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": 1714160994806,
"lastUpdate": 1714406113037,
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
"entries": {
"Haskell Benchmark": [
Expand Down Expand Up @@ -4538,6 +4538,78 @@ window.BENCHMARK_DATA = {
"range": 1.3021349936739568e-7
}
]
},
{
"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": "66e2e02d884875f2bce7d38eb7af0971410cd92d",
"message": "Merge pull request #4305 from IntersectMBO/neilmayhew/ci-setup-haskell\n\nUse the correct iohk action for installing Haskell in GitHub CI",
"timestamp": "2024-04-29T09:52:01-06:00",
"tree_id": "1ce1a8a1d87d6eb8529e6ef442d9741c2377e9e0",
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/66e2e02d884875f2bce7d38eb7af0971410cd92d"
},
"date": 1714406094379,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto",
"value": 0.00006738509386701592,
"unit": "Nanoseconds",
"range": 0.0000016749534270978535
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto",
"value": 0.00007068881504573328,
"unit": "Nanoseconds",
"range": 8.836532509741848e-7
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto",
"value": 0.00008129299718208722,
"unit": "Nanoseconds",
"range": 0.0000011287254710332868
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto",
"value": 0.00011364544650062654,
"unit": "Nanoseconds",
"range": 0.000001605004078940466
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto",
"value": 0.00001156558934691499,
"unit": "Nanoseconds",
"range": 2.118051274217447e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto",
"value": 0.00001970914492615097,
"unit": "Nanoseconds",
"range": 4.904790096675922e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto",
"value": 0.00001929831243494011,
"unit": "Nanoseconds",
"range": 1.6613446614532705e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto",
"value": 0.000009795449328056347,
"unit": "Nanoseconds",
"range": 1.1356310378524784e-7
}
]
}
]
}
Expand Down

0 comments on commit 2ebd566

Please sign in to comment.