From a02c6397db43d68e0e694db02eabdb1239653f99 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 6 Sep 2023 10:10:52 +0000 Subject: [PATCH] add Haskell Benchmark (customSmallerIsBetter) benchmark result for 16a9090d62bacaf441a4da9726cf2483d006e0ee --- 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..33b094b2dc0 --- /dev/null +++ b/dev/bench/data.js @@ -0,0 +1,80 @@ +window.BENCHMARK_DATA = { + "lastUpdate": 1693995051461, + "repoUrl": "https://github.com/input-output-hk/cardano-ledger", + "entries": { + "Haskell Benchmark": [ + { + "commit": { + "author": { + "email": "aniketd@users.noreply.github.com", + "name": "Aniket Deshpande", + "username": "aniketd" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "16a9090d62bacaf441a4da9726cf2483d006e0ee", + "message": "Add conway-specific certs to deposit/refunds (#3700)\n\n* Add conway-specific certs to deposit/refunds\r\n\r\n* A cleaner way to deal with deposits/refunds cross eras\r\n\r\n* Deprecate is(De)RegKey in favour of is(Un)RegStakeTxCert\r\n\r\n* Update changelogs\r\n\r\n* Revert is(De)RegKey\r\n\r\n---------\r\n\r\nCo-authored-by: Alexey Kuleshevich ", + "timestamp": "2023-09-06T10:07:46Z", + "tree_id": "50b723f5ae48a2cb1f13370d1cdc9c7bed372497", + "url": "https://github.com/input-output-hk/cardano-ledger/commit/16a9090d62bacaf441a4da9726cf2483d006e0ee" + }, + "date": 1693995040482, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto", + "value": 0.00008155781787466882, + "unit": "Nanoseconds", + "range": 3.8541359415256146e-7 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto", + "value": 0.00008736379542834275, + "unit": "Nanoseconds", + "range": 0.000001377863894848412 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto", + "value": 0.00010086470300525538, + "unit": "Nanoseconds", + "range": 0.0000013074021152376176 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto", + "value": 0.00013222466901065844, + "unit": "Nanoseconds", + "range": 0.000001228683838894795 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto", + "value": 0.000012462301203365545, + "unit": "Nanoseconds", + "range": 4.664472099324963e-8 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto", + "value": 0.00002563002935813147, + "unit": "Nanoseconds", + "range": 8.044370406019502e-8 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto", + "value": 0.000026468433464923096, + "unit": "Nanoseconds", + "range": 1.1059670358040561e-7 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto", + "value": 0.000012026205601230427, + "unit": "Nanoseconds", + "range": 5.5046342678264384e-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 + + + + +
+ + + + + + +