Details
-
New Feature
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
Dev Platform 2022-07-25
Description
The cache will be tested in separate build steps, first filling an empty cache to record the time a build takes when pushing the task, and then performing a build with 100% hit. The size of the full cache will also be recorded.
Json Format:
|
|
|
{
|
cache_metrics:{
|
cache_artifacts:{[
|
array_index: <int>(3), |
name: <str>(3), |
size: <long>(3) |
]}
|
push_time: <long>(1), |
pull_time: <long>(1), |
cache_size: <long>(1) |
}
|
Attachments
Issue Links
- has to be done after
-
SERVER-67044 Create build metrics CLI interface and generic output
-
- Closed
-
-
SERVER-67109 create build metrics json validator
-
- Closed
-