diff --git a/dev/bench/data.js b/dev/bench/data.js new file mode 100644 index 00000000000..81cb9ce94c2 --- /dev/null +++ b/dev/bench/data.js @@ -0,0 +1,80 @@ +window.BENCHMARK_DATA = { + "lastUpdate": 1694630924102, + "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": "03bad4b6a9522e43257f436d3e0f20b5017328de", + "message": "Merge pull request #3726 from input-output-hk/lehins/add-ledger-state-roundtrip-tests\n\nConway and other eras roundtrip tests", + "timestamp": "2023-09-13T19:45:14+01:00", + "tree_id": "88a2ffaaf05dc2583480bebfc597ebe5d2e8bba2", + "url": "https://github.com/input-output-hk/cardano-ledger/commit/03bad4b6a9522e43257f436d3e0f20b5017328de" + }, + "date": 1694630910339, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto", + "value": 0.00008323700244006092, + "unit": "Nanoseconds", + "range": 0.000002618157062474038 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto", + "value": 0.00008625148048117362, + "unit": "Nanoseconds", + "range": 2.8199302569745494e-7 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto", + "value": 0.00010124468079934738, + "unit": "Nanoseconds", + "range": 2.486164078967908e-7 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto", + "value": 0.0001330789338936295, + "unit": "Nanoseconds", + "range": 8.75182427434255e-7 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto", + "value": 0.000012142204036094225, + "unit": "Nanoseconds", + "range": 2.051667825156128e-8 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto", + "value": 0.000025266030729494722, + "unit": "Nanoseconds", + "range": 4.748559011824975e-8 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto", + "value": 0.000025997708006272505, + "unit": "Nanoseconds", + "range": 3.508574639608169e-8 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto", + "value": 0.00001223804118004761, + "unit": "Nanoseconds", + "range": 2.5381961350040554e-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 @@ + + +
+ + + +