From 5ff6483d96c684388b7d9d769f333d3d38e44bd3 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 20 Sep 2023 21:00:04 +0000 Subject: [PATCH] add Haskell Benchmark (customSmallerIsBetter) benchmark result for 615fdfbe2de5e58dca6d903316a5693e74c361b7 --- 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..43bf4fa9d3e --- /dev/null +++ b/dev/bench/data.js @@ -0,0 +1,80 @@ +window.BENCHMARK_DATA = { + "lastUpdate": 1695243603595, + "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": "615fdfbe2de5e58dca6d903316a5693e74c361b7", + "message": "Merge pull request #3743 from input-output-hk/ts-redo-drepdistr\n\nMove DRepDistr from VState to ConwayGovState", + "timestamp": "2023-09-20T21:56:52+01:00", + "tree_id": "187f87c322d6dc56f87dd89fbe24d3a77a47da37", + "url": "https://github.com/input-output-hk/cardano-ledger/commit/615fdfbe2de5e58dca6d903316a5693e74c361b7" + }, + "date": 1695243592395, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto", + "value": 0.0000811419898425759, + "unit": "Nanoseconds", + "range": 1.8984335948205846e-7 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto", + "value": 0.00008683121761247127, + "unit": "Nanoseconds", + "range": 2.1074676393134757e-7 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto", + "value": 0.00009945017111848977, + "unit": "Nanoseconds", + "range": 3.6235057616370377e-7 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto", + "value": 0.00013201389656803037, + "unit": "Nanoseconds", + "range": 3.4896027268817414e-7 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto", + "value": 0.000012231591465564577, + "unit": "Nanoseconds", + "range": 2.5674027077595253e-8 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto", + "value": 0.000025238471493698733, + "unit": "Nanoseconds", + "range": 4.42460389424123e-8 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto", + "value": 0.000025811783775728473, + "unit": "Nanoseconds", + "range": 4.632830139918662e-8 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto", + "value": 0.00001239320194982421, + "unit": "Nanoseconds", + "range": 3.067476534258458e-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 + + + + +
+ + + + + + +