diff --git a/dev/bench/data.js b/dev/bench/data.js new file mode 100644 index 00000000000..a03abb709c2 --- /dev/null +++ b/dev/bench/data.js @@ -0,0 +1,80 @@ +window.BENCHMARK_DATA = { + "lastUpdate": 1695493469058, + "repoUrl": "https://github.com/input-output-hk/cardano-ledger", + "entries": { + "Haskell Benchmark": [ + { + "commit": { + "author": { + "email": "teodora.danciu@tweag.io", + "name": "teodanciu", + "username": "teodanciu" + }, + "committer": { + "email": "teodora.danciu@tweag.io", + "name": "teodanciu", + "username": "teodanciu" + }, + "distinct": true, + "id": "d883cf700488ed1c3ecefd403c9863a0e3943587", + "message": "Don't delay actions if the committee size is too small\n\ninstead rely on the threshold calculation to cause a \"no\" vote from the\ncommittee in this case", + "timestamp": "2023-09-23T19:21:11+01:00", + "tree_id": "b50a2539cc990a6055d511360d335a41d132ea57", + "url": "https://github.com/input-output-hk/cardano-ledger/commit/d883cf700488ed1c3ecefd403c9863a0e3943587" + }, + "date": 1695493451456, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto", + "value": 0.00006839132985395984, + "unit": "Nanoseconds", + "range": 3.170291797193511e-7 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto", + "value": 0.00007352312718712216, + "unit": "Nanoseconds", + "range": 3.499526149446431e-7 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto", + "value": 0.00008710303000726437, + "unit": "Nanoseconds", + "range": 4.6947741189535186e-7 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto", + "value": 0.00011145780237529269, + "unit": "Nanoseconds", + "range": 4.797317658509855e-7 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto", + "value": 0.000010720460452797543, + "unit": "Nanoseconds", + "range": 2.7224569665082044e-7 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto", + "value": 0.000020384852793194995, + "unit": "Nanoseconds", + "range": 1.5484852910706478e-7 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto", + "value": 0.000021020775460890442, + "unit": "Nanoseconds", + "range": 8.075065419743422e-8 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto", + "value": 0.000009849439115406266, + "unit": "Nanoseconds", + "range": 7.716073510843318e-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 @@ + + +
+ + + +