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 e06121a
  • Loading branch information
github-action-benchmark committed Jun 17, 2024
1 parent 3e00c60 commit 7909c01
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": 1718626691706,
"lastUpdate": 1718626693835,
"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": "maciej@robotix-lozinski.pl",
"name": "loziniak",
"username": "loziniak"
},
"committer": {
"email": "chriso83@protonmail.com",
"name": "Chris O'Neil",
"username": "jacderida"
},
"distinct": false,
"id": "397e7caa4456ffe3aebff83c98b07dba7c301eec",
"message": "feat(manager): display download path",
"timestamp": "2024-03-16T20:46:10Z",
"tree_id": "9e9f91b9dae1073e0adace421bdc18c368df81a2",
"url": "https://github.com/maidsafe/safe_network/commit/397e7caa4456ffe3aebff83c98b07dba7c301eec"
},
"date": 1710624704816,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "swarm_driver long handling times",
"value": 6327,
"unit": "hits"
},
{
"name": "swarm_driver long handling total_time",
"value": 33901,
"unit": "ms"
},
{
"name": "swarm_driver average long handling time",
"value": 5,
"unit": "ms"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -42308,6 +42269,45 @@ window.BENCHMARK_DATA = {
"unit": "ms"
}
]
},
{
"commit": {
"author": {
"email": "joshuef@gmail.com",
"name": "Josh Wilson",
"username": "joshuef"
},
"committer": {
"email": "joshuef@gmail.com",
"name": "joshuef",
"username": "joshuef"
},
"distinct": true,
"id": "e06121a39e9ddf72730b61c14d4ae0f1c0937cb2",
"message": "chore: update crate versions for crates.io sync",
"timestamp": "2024-06-17T21:03:28+09:00",
"tree_id": "a6984ab4f36ec440dc20fc407ff7d9c713dc513d",
"url": "https://github.com/maidsafe/safe_network/commit/e06121a39e9ddf72730b61c14d4ae0f1c0937cb2"
},
"date": 1718626693122,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "swarm_driver long handling times",
"value": 7774,
"unit": "hits"
},
{
"name": "swarm_driver long handling total_time",
"value": 35133,
"unit": "ms"
},
{
"name": "swarm_driver average long handling time",
"value": 4,
"unit": "ms"
}
]
}
]
}
Expand Down

0 comments on commit 7909c01

Please sign in to comment.