diff --git a/dev/bench/data.js b/dev/bench/data.js index a5450c1de9..78ae7d4942 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1678928707104, + "lastUpdate": 1679012823891, "repoUrl": "https://github.com/input-output-hk/ouroboros-consensus", "entries": { "Mempool": [ @@ -194,6 +194,38 @@ window.BENCHMARK_DATA = { "unit": "milliseconds" } ] + }, + { + "commit": { + "author": { + "name": "Damian Nadales", + "username": "dnadales", + "email": "damian.only@gmail.com" + }, + "committer": { + "name": "GitHub", + "username": "web-flow", + "email": "noreply@github.com" + }, + "id": "0f1d4959b04baf317fde85727c869a9b97fdd1bb", + "message": "Merge pull request #14 from input-output-hk/dnadales/update-documentation-on-bundles\n\nUpdate documentation on bundles", + "timestamp": "2023-03-10T14:19:59Z", + "url": "https://github.com/input-output-hk/ouroboros-consensus/commit/0f1d4959b04baf317fde85727c869a9b97fdd1bb" + }, + "date": 1679012822496, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "Just adding 10000 transactions", + "value": 4, + "unit": "milliseconds" + }, + { + "name": "Just adding 1000000 transactions", + "value": 487, + "unit": "milliseconds" + } + ] } ] }