-
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 301ee16
- Loading branch information
github-action-benchmark
committed
Oct 31, 2023
1 parent
cde9b2c
commit 1d6f43a
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": 1698421118052, | ||
"lastUpdate": 1698747174661, | ||
"repoUrl": "https://github.com/awslabs/mountpoint-s3", | ||
"entries": { | ||
"Benchmark": [ | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Daniel Carl Jones", | ||
"username": "dannycjones" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "16efe55c27781f8a8728491b10d5040a492bd014", | ||
"message": "Update CONFIGURATION.md to mention HTTPS endpoint explicitly (#541)\n\nSome users reached out to clarify if mountpoint-s3 will use HTTPS or HTTP to access Amazon S3. By updating this documentation, this is mentioned and can be found when performing text searches, etc..\n\nSigned-off-by: Daniel Carl Jones <[email protected]>", | ||
"timestamp": "2023-10-05T13:50:44Z", | ||
"tree_id": "8490834445020a8c4d96e10826752bd2707a0fe3", | ||
"url": "https://github.com/awslabs/mountpoint-s3/commit/16efe55c27781f8a8728491b10d5040a492bd014" | ||
}, | ||
"date": 1696515995093, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "readdir_100", | ||
"value": 0.081, | ||
"unit": "seconds" | ||
}, | ||
{ | ||
"name": "readdir_1000", | ||
"value": 0.184, | ||
"unit": "seconds" | ||
}, | ||
{ | ||
"name": "readdir_10000", | ||
"value": 1.148, | ||
"unit": "seconds" | ||
}, | ||
{ | ||
"name": "readdir_100000", | ||
"value": 11.17, | ||
"unit": "seconds" | ||
}, | ||
{ | ||
"name": "time_to_first_byte_read", | ||
"value": 106.3471138, | ||
"unit": "milliseconds" | ||
}, | ||
{ | ||
"name": "time_to_first_byte_read_small_file", | ||
"value": 118.88460979999999, | ||
"unit": "milliseconds" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|
@@ -1082,6 +1028,60 @@ window.BENCHMARK_DATA = { | |
"unit": "milliseconds" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "James Bornholt", | ||
"username": "jamesbornholt" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "301ee162bf9a325b46988f6fce7d2f4c5cf5627c", | ||
"message": "Use O_APPEND for logs and log version number (#588)\n\nIn background mode we have two processes both racing on the log file,\nand they can scribble each other's log entries (I saw this in #566).\nO_APPEND should fix that. We should also log the version number as a\npoint of reference.\n\nSigned-off-by: James Bornholt <[email protected]>", | ||
"timestamp": "2023-10-31T09:38:02Z", | ||
"tree_id": "95e586464e43be39ca5537a6cd23193971482dff", | ||
"url": "https://github.com/awslabs/mountpoint-s3/commit/301ee162bf9a325b46988f6fce7d2f4c5cf5627c" | ||
}, | ||
"date": 1698747173840, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "readdir_100", | ||
"value": 0.078, | ||
"unit": "seconds" | ||
}, | ||
{ | ||
"name": "readdir_1000", | ||
"value": 0.178, | ||
"unit": "seconds" | ||
}, | ||
{ | ||
"name": "readdir_10000", | ||
"value": 1.14, | ||
"unit": "seconds" | ||
}, | ||
{ | ||
"name": "readdir_100000", | ||
"value": 11.015, | ||
"unit": "seconds" | ||
}, | ||
{ | ||
"name": "time_to_first_byte_read", | ||
"value": 140.5511171, | ||
"unit": "milliseconds" | ||
}, | ||
{ | ||
"name": "time_to_first_byte_read_small_file", | ||
"value": 92.0800454, | ||
"unit": "milliseconds" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|