-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (customSmallerIsBetter) benchmark result for 9768f31
- Loading branch information
github-action-benchmark
committed
Nov 9, 2023
1 parent
711ef86
commit 9d35860
Showing
1 changed file
with
55 additions
and
55 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,62 +1,8 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1699456125602, | ||
"lastUpdate": 1699528920895, | ||
"repoUrl": "https://github.com/awslabs/mountpoint-s3", | ||
"entries": { | ||
"Benchmark": [ | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "49699333+dependabot[bot]@users.noreply.github.com", | ||
"name": "dependabot[bot]", | ||
"username": "dependabot[bot]" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": false, | ||
"id": "7eae9e18e3800a740f843f30ed5049a2746031dc", | ||
"message": "Bump rustix from 0.36.14 to 0.36.16 (#562)\n\nBumps [rustix](https://github.com/bytecodealliance/rustix) from 0.36.14 to 0.36.16.\n- [Release notes](https://github.com/bytecodealliance/rustix/releases)\n- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.36.14...v0.36.16)\n\n---\nupdated-dependencies:\n- dependency-name: rustix\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", | ||
"timestamp": "2023-10-18T20:05:03Z", | ||
"tree_id": "6a71dc097bb5ed1a90ff66a28b298eeeca33f950", | ||
"url": "https://github.com/awslabs/mountpoint-s3/commit/7eae9e18e3800a740f843f30ed5049a2746031dc" | ||
}, | ||
"date": 1697661681714, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "readdir_100", | ||
"value": 0.078, | ||
"unit": "seconds" | ||
}, | ||
{ | ||
"name": "readdir_1000", | ||
"value": 0.2, | ||
"unit": "seconds" | ||
}, | ||
{ | ||
"name": "readdir_10000", | ||
"value": 1.113, | ||
"unit": "seconds" | ||
}, | ||
{ | ||
"name": "readdir_100000", | ||
"value": 10.931, | ||
"unit": "seconds" | ||
}, | ||
{ | ||
"name": "time_to_first_byte_read", | ||
"value": 83.5239995, | ||
"unit": "milliseconds" | ||
}, | ||
{ | ||
"name": "time_to_first_byte_read_small_file", | ||
"value": 67.6745603, | ||
"unit": "milliseconds" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|
@@ -1082,6 +1028,60 @@ window.BENCHMARK_DATA = { | |
"unit": "milliseconds" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Alessandro Passaro", | ||
"username": "passaro" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "9768f31cdb62884ea3e145311236f1c8252378b6", | ||
"message": "Update CRT submodules to latest releases (#601)\n\nSigned-off-by: Alessandro Passaro <[email protected]>", | ||
"timestamp": "2023-11-09T10:50:12Z", | ||
"tree_id": "ad0db3334c651795cbd0a847cd4bf021038052d3", | ||
"url": "https://github.com/awslabs/mountpoint-s3/commit/9768f31cdb62884ea3e145311236f1c8252378b6" | ||
}, | ||
"date": 1699528920280, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "readdir_100", | ||
"value": 0.076, | ||
"unit": "seconds" | ||
}, | ||
{ | ||
"name": "readdir_1000", | ||
"value": 0.176, | ||
"unit": "seconds" | ||
}, | ||
{ | ||
"name": "readdir_10000", | ||
"value": 1.126, | ||
"unit": "seconds" | ||
}, | ||
{ | ||
"name": "readdir_100000", | ||
"value": 10.739, | ||
"unit": "seconds" | ||
}, | ||
{ | ||
"name": "time_to_first_byte_read", | ||
"value": 89.8039256, | ||
"unit": "milliseconds" | ||
}, | ||
{ | ||
"name": "time_to_first_byte_read_small_file", | ||
"value": 72.2233104, | ||
"unit": "milliseconds" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|