Skip to content

Commit

Permalink
add swarm_driver long handlings (customSmallerIsBetter) benchmark res…
Browse files Browse the repository at this point in the history
…ult for f2fc4c4
  • Loading branch information
github-action-benchmark committed May 13, 2024
1 parent af6c548 commit 8e3031b
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1715626945526,
"lastUpdate": 1715626947112,
"repoUrl": "https://github.com/maidsafe/safe_network",
"entries": {
"`safe files` benchmarks": [
Expand Down Expand Up @@ -30609,45 +30609,6 @@ window.BENCHMARK_DATA = {
}
],
"swarm_driver long handlings": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Josh Wilson",
"username": "joshuef"
},
"committer": {
"email": "[email protected]",
"name": "joshuef",
"username": "joshuef"
},
"distinct": true,
"id": "4a3c1eccbe4aecf0a0b3798fd7cee55b6809ec07",
"message": "docs: update root docs",
"timestamp": "2024-01-05T16:11:18Z",
"tree_id": "e1b4ffbeecceb4fd2f8e91d4729aeb730b12c5bf",
"url": "https://github.com/maidsafe/safe_network/commit/4a3c1eccbe4aecf0a0b3798fd7cee55b6809ec07"
},
"date": 1704473957727,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "swarm_driver long handling times",
"value": 3481,
"unit": "hits"
},
{
"name": "swarm_driver long handling total_time",
"value": 17242,
"unit": "ms"
},
{
"name": "swarm_driver average long handling time",
"value": 4,
"unit": "ms"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -42307,6 +42268,45 @@ window.BENCHMARK_DATA = {
"unit": "ms"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "qima",
"username": "maqi"
},
"committer": {
"email": "[email protected]",
"name": "Anselme",
"username": "grumbach"
},
"distinct": true,
"id": "f2fc4c4a4a4a6778643d0900fcf229baabf927aa",
"message": "feat(audit): intercept sender of the payment forward",
"timestamp": "2024-05-13T18:21:09Z",
"tree_id": "cbfef37ed430dcf8e609d8102e41fc149196e486",
"url": "https://github.com/maidsafe/safe_network/commit/f2fc4c4a4a4a6778643d0900fcf229baabf927aa"
},
"date": 1715626946750,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "swarm_driver long handling times",
"value": 14766,
"unit": "hits"
},
{
"name": "swarm_driver long handling total_time",
"value": 105348,
"unit": "ms"
},
{
"name": "swarm_driver average long handling time",
"value": 7,
"unit": "ms"
}
]
}
]
}
Expand Down

0 comments on commit 8e3031b

Please sign in to comment.