aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor_darwin.h
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-12-18 13:33:01 +0100
committerTaras Madan <tarasmadan@google.com>2024-12-19 14:38:21 +0000
commitfef5bb5152a5013d0c4571cd0601f46824a9664b (patch)
treec8fc887f6bfe48ae314a55f439ca1e7cbea370c7 /executor/executor_darwin.h
parentf1c188dc6963bf016692df095d783e4945d84f7b (diff)
tools/syz-covermerger: upload coverage as jsonl
Previous implementation store only the summary of processed records. The summary was <1GB and single processing node was able to manipulate the data. Current implementation stores all the details about records read to make post-processing more flexible. This change was needed to get access to the source manager name and will help to analyze other details. This new implementation requires 20GB mem to process single day records. CSV log interning experiment allowed to merge using 10G. Quarter data aggregation will cost ~100 times more. The alternative is to use stream processing. We can process data kernel-file-by-file. It allows to /15000 memory consumption. This approach is implemented here. We're batching coverage signals by file and store per-file results in GCS JSONL file. See https://jsonlines.org/ to learn about jsonl.
Diffstat (limited to 'executor/executor_darwin.h')
0 files changed, 0 insertions, 0 deletions