From 3af1a217dc3dbd2d7977947ddfc78002828cf16a Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 17 Aug 2023 10:18:19 +0000 Subject: [PATCH] add Haskell Benchmark (customSmallerIsBetter) benchmark result for d502f106817d04e1c5ba151e78df72923b3a6c0d --- 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..8fa59755644 --- /dev/null +++ b/dev/bench/data.js @@ -0,0 +1,80 @@ +window.BENCHMARK_DATA = { + "lastUpdate": 1692267498500, + "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": "d502f106817d04e1c5ba151e78df72923b3a6c0d", + "message": "Merge pull request #3658 from input-output-hk/td/nonzero-drep-threshold\n\nSet DRep ratify threshold to 51%", + "timestamp": "2023-08-17T12:11:07+02:00", + "tree_id": "141edfafa22c9e63cbb938424d5aa3ec33c57ae3", + "url": "https://github.com/input-output-hk/cardano-ledger/commit/d502f106817d04e1c5ba151e78df72923b3a6c0d" + }, + "date": 1692267484906, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto", + "value": 0.0000813749359938082, + "unit": "Nanoseconds", + "range": 0.000003338828077772163 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto", + "value": 0.00008565611417620465, + "unit": "Nanoseconds", + "range": 0.000002866513278878433 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto", + "value": 0.00009898737969748024, + "unit": "Nanoseconds", + "range": 0.0000032436305830943555 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto", + "value": 0.00013181689910451758, + "unit": "Nanoseconds", + "range": 0.0000044811517350891124 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto", + "value": 0.000012715566879587152, + "unit": "Nanoseconds", + "range": 4.7091476360164e-7 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto", + "value": 0.000025200468246495447, + "unit": "Nanoseconds", + "range": 0.0000010473602937688008 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto", + "value": 0.00002678055132542534, + "unit": "Nanoseconds", + "range": 0.0000012036031338231844 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto", + "value": 0.000012792791003457833, + "unit": "Nanoseconds", + "range": 7.566310399846398e-7 + } + ] + } + ] + } +} \ 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 + + + + +
+ + + + + + +