-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Client memory (customSmallerIsBetter) benchmark result for 3bc50d2
- Loading branch information
github-action-benchmark
committed
Jun 7, 2024
1 parent
e271117
commit 211bbab
Showing
1 changed file
with
35 additions
and
35 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": 1717721931022, | ||
"lastUpdate": 1717721933852, | ||
"repoUrl": "https://github.com/maidsafe/safe_network", | ||
"entries": { | ||
"`safe files` benchmarks": [ | ||
|
@@ -20407,40 +20407,6 @@ window.BENCHMARK_DATA = { | |
} | ||
], | ||
"Client memory": [ | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "49699333+dependabot[bot]@users.noreply.github.com", | ||
"name": "dependabot[bot]", | ||
"username": "dependabot[bot]" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Jason Paul", | ||
"username": "JasonPaulGithub" | ||
}, | ||
"distinct": true, | ||
"id": "ff291dd13b7384d7d121640c53fe07662b7c81c6", | ||
"message": "chore(deps): bump mio from 0.8.10 to 0.8.11\n\nBumps [mio](https://github.com/tokio-rs/mio) from 0.8.10 to 0.8.11.\n- [Release notes](https://github.com/tokio-rs/mio/releases)\n- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.10...v0.8.11)\n\n---\nupdated-dependencies:\n- dependency-name: mio\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>", | ||
"timestamp": "2024-03-07T17:38:45Z", | ||
"tree_id": "262d00631bb1ac7d77646fe2a8445ce8a6f6468c", | ||
"url": "https://github.com/maidsafe/safe_network/commit/ff291dd13b7384d7d121640c53fe07662b7c81c6" | ||
}, | ||
"date": 1709836286235, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Peak memory usage w/ upload", | ||
"value": 190, | ||
"unit": "MB" | ||
}, | ||
{ | ||
"name": "Average memory usage w/ upload", | ||
"value": 86, | ||
"unit": "MB" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|
@@ -30606,6 +30572,40 @@ window.BENCHMARK_DATA = { | |
"unit": "MB" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Roland Sherwin", | ||
"username": "RolandSherwin" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "joshuef", | ||
"username": "joshuef" | ||
}, | ||
"distinct": false, | ||
"id": "3bc50d271b08f0e8e97de1a231153b603ca00d58", | ||
"message": "feat(manager): don't fetch peers from network-contact file", | ||
"timestamp": "2024-06-07T00:08:14Z", | ||
"tree_id": "5e84614a2377e44fa56ddfaa7def2737f7d10d33", | ||
"url": "https://github.com/maidsafe/safe_network/commit/3bc50d271b08f0e8e97de1a231153b603ca00d58" | ||
}, | ||
"date": 1717721933001, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Peak memory usage w/ upload", | ||
"value": 182, | ||
"unit": "MB" | ||
}, | ||
{ | ||
"name": "Average memory usage w/ upload", | ||
"value": 87, | ||
"unit": "MB" | ||
} | ||
] | ||
} | ||
], | ||
"swarm_driver long handlings": [ | ||
|