-
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 Node memory (customSmallerIsBetter) benchmark result for c2ca49e
- Loading branch information
github-action-benchmark
committed
Apr 17, 2024
1 parent
76c2931
commit ddff2be
Showing
1 changed file
with
30 additions
and
30 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": 1713364777631, | ||
"lastUpdate": 1713364890328, | ||
"repoUrl": "https://github.com/maidsafe/safe_network", | ||
"entries": { | ||
"`safe files` benchmarks": [ | ||
|
@@ -11704,35 +11704,6 @@ window.BENCHMARK_DATA = { | |
} | ||
], | ||
"Node memory": [ | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "qima", | ||
"username": "maqi" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "joshuef", | ||
"username": "joshuef" | ||
}, | ||
"distinct": true, | ||
"id": "295fe84bbe00ed6592961fbb0e03e11de23db446", | ||
"message": "feat(cli): random shuffle upload chunks to allow clients co-operation", | ||
"timestamp": "2023-12-18T11:56:01Z", | ||
"tree_id": "7322482124e89bcbe6d1922a3c4f339d9f52cd09", | ||
"url": "https://github.com/maidsafe/safe_network/commit/295fe84bbe00ed6592961fbb0e03e11de23db446" | ||
}, | ||
"date": 1702903185542, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Peak memory w/ `safe` benchmarks", | ||
"value": 84, | ||
"unit": "MB" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|
@@ -20402,6 +20373,35 @@ window.BENCHMARK_DATA = { | |
"unit": "MB" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "qima", | ||
"username": "maqi" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "maqi", | ||
"username": "maqi" | ||
}, | ||
"distinct": true, | ||
"id": "c2ca49e2e09e8548f4626000b1992ed2c87f9212", | ||
"message": "chore(node): remove duplicated record_store fullness check", | ||
"timestamp": "2024-04-17T13:43:25Z", | ||
"tree_id": "05cc3d01a8735e00d2d5bc18180771d9403f26e6", | ||
"url": "https://github.com/maidsafe/safe_network/commit/c2ca49e2e09e8548f4626000b1992ed2c87f9212" | ||
}, | ||
"date": 1713364889455, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Peak memory w/ `safe` benchmarks", | ||
"value": 53, | ||
"unit": "MB" | ||
} | ||
] | ||
} | ||
], | ||
"Client memory": [ | ||
|