diff options
author | Nico Weber <thakis@chromium.org> | 2023-03-25 18:04:22 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-03-25 21:42:50 +0000 |
commit | ee6843a13c22edd64b8e113cb3784021051c2f90 (patch) | |
tree | fe554d75055022e0c40e521b1438bcb508137fda /Userland | |
parent | 3323127db0c23ae2ca8e9e84e14d0b8e6612e683 (diff) | |
download | serenity-ee6843a13c22edd64b8e113cb3784021051c2f90.zip |
Meta: Add "gunzip" and "gzip" to lagom build
This makes it easy to compare the performance of Serenity's
deflate implementation to the host system implementation.
On my M1 Max MBP:
% time gunzip -c \
/Users/thakis/Downloads/trace_bug.json.gz > /dev/null
takes between 0.064s and 0.082s.
% time Build/lagom/gunzip -c \
/Users/thakis/Downloads/trace_bug.json.gz > /dev/null
on the other hand takes 4 seconds.
(That .gz file is a 5.8M file -- the largest .gz file that happend to be
in my Downloads folder.)
Diffstat (limited to 'Userland')
0 files changed, 0 insertions, 0 deletions