Skip to content

Commit

Permalink
add Mempool (customSmallerIsBetter) benchmark result for 5e04afe
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 21, 2023
1 parent 79e882a commit 3b2ce4b
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": 1679272001485,
"lastUpdate": 1679358384184,
"repoUrl": "https://github.com/input-output-hk/ouroboros-consensus",
"entries": {
"Mempool": [
Expand Down Expand Up @@ -98,6 +98,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": "5e04afe2e6dcaeefac39f118c7d92afa848fec78",
"message": "Merge pull request #11 from input-output-hk/nfrisby/hardwonwisdom-relate-hcg-and-stability-window\n\nHardWordWidsom.md: relate HCG and Stability Window",
"timestamp": "2023-03-17T13:44:12Z",
"url": "https://github.com/input-output-hk/ouroboros-consensus/commit/5e04afe2e6dcaeefac39f118c7d92afa848fec78"
},
"date": 1679358382737,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "Just adding 10000 transactions",
"value": 4,
"unit": "milliseconds"
},
{
"name": "Just adding 1000000 transactions",
"value": 462,
"unit": "milliseconds"
}
]
}
]
}
Expand Down

0 comments on commit 3b2ce4b

Please sign in to comment.