-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add swarm_driver long handlings (customSmallerIsBetter) benchmark res…
…ult for 16f4b60
- Loading branch information
github-action-benchmark
committed
May 13, 2024
1 parent
41a5732
commit 77279ce
Showing
1 changed file
with
40 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1715612958046, | ||
"lastUpdate": 1715612960622, | ||
"repoUrl": "https://github.com/maidsafe/safe_network", | ||
"entries": { | ||
"`safe files` benchmarks": [ | ||
|
@@ -30609,45 +30609,6 @@ window.BENCHMARK_DATA = { | |
} | ||
], | ||
"swarm_driver long handlings": [ | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Benno Zeeman", | ||
"username": "b-zee" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "joshuef", | ||
"username": "joshuef" | ||
}, | ||
"distinct": true, | ||
"id": "be18bc442cb4e9d388ade93a8683403945e101ab", | ||
"message": "fix: ignore unwraps in protogen files", | ||
"timestamp": "2024-01-05T13:48:11Z", | ||
"tree_id": "f7f35e90e73ac3dda5675377fe28c196c54dfdde", | ||
"url": "https://github.com/maidsafe/safe_network/commit/be18bc442cb4e9d388ade93a8683403945e101ab" | ||
}, | ||
"date": 1704465058303, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "swarm_driver long handling times", | ||
"value": 3641, | ||
"unit": "hits" | ||
}, | ||
{ | ||
"name": "swarm_driver long handling total_time", | ||
"value": 15753, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "swarm_driver average long handling time", | ||
"value": 4, | ||
"unit": "ms" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|
@@ -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": "16f4b607f11968e0780194d430206a8810d30dc9", | ||
"message": "chore: resolve errors after reverts", | ||
"timestamp": "2024-05-13T14:15:51Z", | ||
"tree_id": "2f903e8686b1d92430d44bcb6c13f2e3c132394d", | ||
"url": "https://github.com/maidsafe/safe_network/commit/16f4b607f11968e0780194d430206a8810d30dc9" | ||
}, | ||
"date": 1715612959730, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "swarm_driver long handling times", | ||
"value": 15510, | ||
"unit": "hits" | ||
}, | ||
{ | ||
"name": "swarm_driver long handling total_time", | ||
"value": 93948, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "swarm_driver average long handling time", | ||
"value": 6, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|