-
Notifications
You must be signed in to change notification settings - Fork 56
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 bacb878
- Loading branch information
github-action-benchmark
committed
Mar 29, 2024
1 parent
ac17532
commit 2bf8b9f
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": 1711712295436, | ||
"lastUpdate": 1711712297504, | ||
"repoUrl": "https://github.com/maidsafe/safe_network", | ||
"entries": { | ||
"`safe files` benchmarks": [ | ||
|
@@ -41286,6 +41286,45 @@ window.BENCHMARK_DATA = { | |
"unit": "ms" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "qima", | ||
"username": "maqi" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "maqi", | ||
"username": "maqi" | ||
}, | ||
"distinct": true, | ||
"id": "bacb878332961ee12d97b805d1879ee028a0ae3a", | ||
"message": "feat(node): bad quoting detection", | ||
"timestamp": "2024-03-29T10:52:33Z", | ||
"tree_id": "551b3be383104b14ed0bd7afa9933be9aea63d0e", | ||
"url": "https://github.com/maidsafe/safe_network/commit/bacb878332961ee12d97b805d1879ee028a0ae3a" | ||
}, | ||
"date": 1711712296925, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "swarm_driver long handling times", | ||
"value": 5745, | ||
"unit": "hits" | ||
}, | ||
{ | ||
"name": "swarm_driver long handling total_time", | ||
"value": 29291, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "swarm_driver average long handling time", | ||
"value": 5, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|