Skip to content

Commit

Permalink
add safe files benchmarks (customBiggerIsBetter) benchmark result for
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 23, 2023
1 parent b2cb38b commit 8ac2bd5
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,47 +1,8 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1700750842023,
"lastUpdate": 1700752855690,
"repoUrl": "https://github.com/maidsafe/safe_network",
"entries": {
"`safe files` benchmarks": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "RolandSherwin",
"username": "RolandSherwin"
},
"committer": {
"email": "[email protected]",
"name": "RolandSherwin",
"username": "RolandSherwin"
},
"distinct": true,
"id": "df08c28a107feef1a997a8bb3bb60d78bdc3d486",
"message": "fix(replication): fix incorrect fetch timeout condition",
"timestamp": "2023-07-28T15:35:01Z",
"tree_id": "7c1703cae230c447716271c2b353a4ee68d9e5bb",
"url": "https://github.com/maidsafe/safe_network/commit/df08c28a107feef1a997a8bb3bb60d78bdc3d486"
},
"date": 1690577113572,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "safe files upload 1mb",
"value": 1.846834564734793,
"unit": "MiB/s"
},
{
"name": "safe files upload 10mb",
"value": 0.033798083905196,
"unit": "MiB/s"
},
{
"name": "safe files download",
"value": 24.765524484805315,
"unit": "MiB/s"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -11702,6 +11663,45 @@ window.BENCHMARK_DATA = {
"unit": "MiB/s"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Josh Wilson",
"username": "joshuef"
},
"committer": {
"email": "[email protected]",
"name": "maqi",
"username": "maqi"
},
"distinct": false,
"id": "ea4a9098747c45c3fc1d7bd76ab63fb11577445c",
"message": "test(node): increase timeout on gossipsub msg tests",
"timestamp": "2023-11-23T14:29:28Z",
"tree_id": "8598d3aee030ad324aa6c99d8f687a1a585094ef",
"url": "https://github.com/maidsafe/safe_network/commit/ea4a9098747c45c3fc1d7bd76ab63fb11577445c"
},
"date": 1700752853821,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "safe files upload 1mb",
"value": 5.146642605837997,
"unit": "MiB/s"
},
{
"name": "safe files upload 10mb",
"value": 25.043336407398282,
"unit": "MiB/s"
},
{
"name": "safe files download",
"value": 14.196185896724312,
"unit": "MiB/s"
}
]
}
],
"Node memory": [
Expand Down

0 comments on commit 8ac2bd5

Please sign in to comment.