-
-
Notifications
You must be signed in to change notification settings - Fork 28
add example data from gitoxide, which decompresses many small files #411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Where did you get these files from? |
oh, it is from runing |
so basically it's decompressing (parts of?) git commits from that repository |
2474fbc
to
c19ad79
Compare
turns out this function was sort of fully unrolled, emitting ~200 instructions ?!
df9ac4d
to
2375c0e
Compare
2375c0e
to
d64196f
Compare
Fixed CI on this one and made the input file a lot smaller. I think this is good to go. |
cc GitoxideLabs/gitoxide#2148
run with
or hyperfine or similar
The data is from running
gix blame README.md
in the gitoxide repository. These small files disproportionately exercise huffman table parsing/construction.