From f16dbf0f1765beb39944ed618a770827212fe01b Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 6 Sep 2023 17:37:06 +0000 Subject: [PATCH] add Haskell Benchmark (customSmallerIsBetter) benchmark result for 70fc0d2733c86265ec291e75724331033678077d --- 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..526eee36f4f --- /dev/null +++ b/dev/bench/data.js @@ -0,0 +1,80 @@ +window.BENCHMARK_DATA = { + "lastUpdate": 1694021825537, + "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": "70fc0d2733c86265ec291e75724331033678077d", + "message": "Merge pull request #3713 from input-output-hk/lehins/improve-ci-resiliency-against-github-issues\n\nImprove CI resiliency against GitHub issues", + "timestamp": "2023-09-06T21:33:17+04:00", + "tree_id": "78863eefdf90822775bc87174e20a50f90cbb0d8", + "url": "https://github.com/input-output-hk/cardano-ledger/commit/70fc0d2733c86265ec291e75724331033678077d" + }, + "date": 1694021809926, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto", + "value": 0.00011960282697991537, + "unit": "Nanoseconds", + "range": 0.0000038261881689690076 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto", + "value": 0.00012736008206902833, + "unit": "Nanoseconds", + "range": 0.0000042432571091004715 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto", + "value": 0.0001514327173633993, + "unit": "Nanoseconds", + "range": 0.00000481232234964712 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto", + "value": 0.00019274802438268944, + "unit": "Nanoseconds", + "range": 0.000010768602322379275 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto", + "value": 0.000018092588376126025, + "unit": "Nanoseconds", + "range": 5.585948028020286e-7 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto", + "value": 0.00003485604384130831, + "unit": "Nanoseconds", + "range": 0.0000023233031355406284 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto", + "value": 0.000035445709624987526, + "unit": "Nanoseconds", + "range": 0.0000026030112810107917 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto", + "value": 0.000017079643408952707, + "unit": "Nanoseconds", + "range": 6.519366777566359e-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 + + + + +
+ + + + + + +