Skip to content

Commit

Permalink
add Mempool (customSmallerIsBetter) benchmark result for 0f1d495
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 17, 2023
1 parent 4b370f2 commit 4355d68
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion 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": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit 4355d68

Please sign in to comment.