From 0e2b21008223d62d5e555706096929f1c9c1292c Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 18 Aug 2023 19:24:03 +0000 Subject: [PATCH] add Haskell Benchmark (customSmallerIsBetter) benchmark result for 431d56c081ce55dacc3f7d02a89d6ce2c3e8843a --- dev/bench/data.js | 80 ++++++++++++ dev/bench/index.html | 281 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 361 insertions(+) create mode 100644 dev/bench/data.js create mode 100644 dev/bench/index.html diff --git a/dev/bench/data.js b/dev/bench/data.js new file mode 100644 index 00000000000..d4c7c566504 --- /dev/null +++ b/dev/bench/data.js @@ -0,0 +1,80 @@ +window.BENCHMARK_DATA = { + "lastUpdate": 1692386642486, + "repoUrl": "https://github.com/input-output-hk/cardano-ledger", + "entries": { + "Haskell Benchmark": [ + { + "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": "431d56c081ce55dacc3f7d02a89d6ce2c3e8843a", + "message": "Merge pull request #3661 from input-output-hk/lehins/post-release-changelog-adjustments\n\nAdjust versions, bounds and CHANGELOGs to account for the latest release", + "timestamp": "2023-08-18T21:20:23+02:00", + "tree_id": "cd32629160858680d4f980c9976e14d299193517", + "url": "https://github.com/input-output-hk/cardano-ledger/commit/431d56c081ce55dacc3f7d02a89d6ce2c3e8843a" + }, + "date": 1692386628382, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto", + "value": 0.00007604919647296662, + "unit": "Nanoseconds", + "range": 3.3619219493688987e-7 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto", + "value": 0.00008187590797105053, + "unit": "Nanoseconds", + "range": 3.029561236955247e-7 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto", + "value": 0.00009698449192943443, + "unit": "Nanoseconds", + "range": 5.644077441130186e-7 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto", + "value": 0.0001273243422100712, + "unit": "Nanoseconds", + "range": 4.496058618678043e-7 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto", + "value": 0.00001277246991017433, + "unit": "Nanoseconds", + "range": 3.124853671883148e-8 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto", + "value": 0.00002408589816433209, + "unit": "Nanoseconds", + "range": 8.490743234376675e-8 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto", + "value": 0.000024918448600574752, + "unit": "Nanoseconds", + "range": 6.014600181080812e-8 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto", + "value": 0.000011705695587644491, + "unit": "Nanoseconds", + "range": 4.046497260507679e-8 + } + ] + } + ] + } +} \ No newline at end of file diff --git a/dev/bench/index.html b/dev/bench/index.html new file mode 100644 index 00000000000..6c887805e87 --- /dev/null +++ b/dev/bench/index.html @@ -0,0 +1,281 @@ + + + + + + + Benchmarks + + + + +
+ + + + + + +