diff --git a/dev/bench/data.js b/dev/bench/data.js new file mode 100644 index 00000000000..d9de0cafd5e --- /dev/null +++ b/dev/bench/data.js @@ -0,0 +1,80 @@ +window.BENCHMARK_DATA = { + "lastUpdate": 1694476595498, + "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": "b9221a7a233fe7b2080df35878810bffeffc50c3", + "message": "Fix mistaken use of dollar sign in cddl files\n\n`cddl generate` doesn't generate any values when the type is prefixed\nwith `$`", + "timestamp": "2023-09-12T00:53:19+01:00", + "tree_id": "dd4783fc35ae92f12bc1581f788ae434e0fb935c", + "url": "https://github.com/input-output-hk/cardano-ledger/commit/b9221a7a233fe7b2080df35878810bffeffc50c3" + }, + "date": 1694476584021, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto", + "value": 0.00007803800026911416, + "unit": "Nanoseconds", + "range": 4.7590547635584826e-7 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto", + "value": 0.00008370334097178689, + "unit": "Nanoseconds", + "range": 3.2194084996593567e-7 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto", + "value": 0.0000986393273294429, + "unit": "Nanoseconds", + "range": 3.13250784831574e-7 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto", + "value": 0.0001271757683539159, + "unit": "Nanoseconds", + "range": 0.000001684902893989176 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto", + "value": 0.00001265804569270523, + "unit": "Nanoseconds", + "range": 7.506402047889076e-8 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto", + "value": 0.0000236568805217313, + "unit": "Nanoseconds", + "range": 7.859873813998003e-8 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto", + "value": 0.000024368543259476742, + "unit": "Nanoseconds", + "range": 1.2273222925569434e-7 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto", + "value": 0.000011664347894698513, + "unit": "Nanoseconds", + "range": 5.6453345234780444e-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 @@ + + +
+ + + +