-
Notifications
You must be signed in to change notification settings - Fork 16
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
[CI] Add benchmarks' enhancements #259
Conversation
Steps:
|
@iamazeem the musl builds still seem a little off for a couple reasons. First, it seems odd that zsv would not still outperform tsv in the select benchmark just like the other zsv builds. is there any theoretical explanation for that? Second, when we build on our musl-gcc (x86_64-linux-musl-gcc (GCC) 9.4.0), the binary size is much smaller (2511640 bytes in the last run) than what is being produces in the artifacts. Could you send or post the config.musl file that is being generated by the musl build's |
Not yet.
Regarding 2511640, is that for the stripped binary? Just downloaded zsv-0.3.9-alpha-amd64-linux-musl.tar.gz, stripped the binary and got 2416888: $ ls -l zsv
-rwxr-xr-x 1 azeem azeem 3411440 Nov 6 10:12 zsv
$ strip -s zsv
$ ls -l zsv
-rwxr-xr-x 1 azeem azeem 2416888 Nov 6 15:03 zsv
Sure, I'll share it later today. |
@liquidaty: Please see We may continue this discussion there. Thanks! |
Signed-off-by: Azeem Sajid [email protected]