-
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 Client memory (customSmallerIsBetter) benchmark result for f2fc4c4
- Loading branch information
github-action-benchmark
committed
May 13, 2024
1 parent
fd1d14c
commit af6c548
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": 1715626944033, | ||
"lastUpdate": 1715626945526, | ||
"repoUrl": "https://github.com/maidsafe/safe_network", | ||
"entries": { | ||
"`safe files` benchmarks": [ | ||
|
@@ -20407,40 +20407,6 @@ window.BENCHMARK_DATA = { | |
} | ||
], | ||
"Client memory": [ | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Chris O'Neil", | ||
"username": "jacderida" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Chris O'Neil", | ||
"username": "jacderida" | ||
}, | ||
"distinct": true, | ||
"id": "abf5cce8fa982b733d16a24fe4ce8354fe537b26", | ||
"message": "chore: remove arg and env variable combination\n\nOur code was setup such that the `--peer` arguments and those defined using `SAFE_PEERS` were\ncombined together to form one list. Now we use `clap` to parse one or the other.", | ||
"timestamp": "2024-01-16T14:27:54Z", | ||
"tree_id": "c70520758397a37060cc967540d9134ab7761104", | ||
"url": "https://github.com/maidsafe/safe_network/commit/abf5cce8fa982b733d16a24fe4ce8354fe537b26" | ||
}, | ||
"date": 1705416324063, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Peak memory usage w/ upload", | ||
"value": 210, | ||
"unit": "MB" | ||
}, | ||
{ | ||
"name": "Average memory usage w/ upload", | ||
"value": 41, | ||
"unit": "MB" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|
@@ -30606,6 +30572,40 @@ window.BENCHMARK_DATA = { | |
"unit": "MB" | ||
} | ||
] | ||
}, | ||
{ | ||
"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": 1715626945151, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Peak memory usage w/ upload", | ||
"value": 194, | ||
"unit": "MB" | ||
}, | ||
{ | ||
"name": "Average memory usage w/ upload", | ||
"value": 86, | ||
"unit": "MB" | ||
} | ||
] | ||
} | ||
], | ||
"swarm_driver long handlings": [ | ||
|