Skip to content

Commit

Permalink
add Node memory (customSmallerIsBetter) benchmark result for f2fc4c4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed May 13, 2024
1 parent 4508e59 commit fd1d14c
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1715626822631,
"lastUpdate": 1715626944033,
"repoUrl": "https://github.com/maidsafe/safe_network",
"entries": {
"`safe files` benchmarks": [
Expand Down Expand Up @@ -11705,35 +11705,6 @@ window.BENCHMARK_DATA = {
}
],
"Node 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": 1705416322527,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "Peak memory w/ `safe` benchmarks",
"value": 52,
"unit": "MB"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -20404,6 +20375,35 @@ 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": 1715626943676,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "Peak memory w/ `safe` benchmarks",
"value": 62,
"unit": "MB"
}
]
}
],
"Client memory": [
Expand Down

0 comments on commit fd1d14c

Please sign in to comment.