-
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 swarm_driver long handlings (customSmallerIsBetter) benchmark res…
…ult for f377a15
- Loading branch information
github-action-benchmark
committed
Mar 29, 2024
1 parent
0b1bf83
commit 8106848
Showing
1 changed file
with
40 additions
and
1 deletion.
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": 1711676053420, | ||
"lastUpdate": 1711676055041, | ||
"repoUrl": "https://github.com/maidsafe/safe_network", | ||
"entries": { | ||
"`safe files` benchmarks": [ | ||
|
@@ -41247,6 +41247,45 @@ window.BENCHMARK_DATA = { | |
"unit": "ms" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Chris O'Neil", | ||
"username": "jacderida" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "joshuef", | ||
"username": "joshuef" | ||
}, | ||
"distinct": true, | ||
"id": "f377a15f9dbae45dbec5d55242547fa0b292a472", | ||
"message": "docs: turn node manager readme into a guide\n\nThe README for the node manager was initially generated mostly by ChatGPT, just to flesh it out for\nfirst publish. It was based on the UI, so it quickly became out of date.\n\nSome users in the most recent testnet wanted to refer to it to help them with the node manager, so\nit has now been turned into a guide.", | ||
"timestamp": "2024-03-29T00:49:48Z", | ||
"tree_id": "875933765c655923bb2bfdc9364b347764a54ec7", | ||
"url": "https://github.com/maidsafe/safe_network/commit/f377a15f9dbae45dbec5d55242547fa0b292a472" | ||
}, | ||
"date": 1711676054719, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "swarm_driver long handling times", | ||
"value": 5919, | ||
"unit": "hits" | ||
}, | ||
{ | ||
"name": "swarm_driver long handling total_time", | ||
"value": 30366, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "swarm_driver average long handling time", | ||
"value": 5, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|