You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
imo it could, instead of abusing prepare() for benchmarking, build all of versions in build(), and then abuse package() for benchmarking. would look a bit more right to me.
if build system could do out-of-tree builds, that would be even better for this.
that's something I sorta was thinking about adding (or using something else than autoconf for this), but was too busy with unrelated projects. # ./configure --help | grep -A29 '^Optional Features' - -A29 isn't forward compatible. should somehow print from that line up to blank line but I'm too lazy atm to think of command for that. not to mention it's comment so not really relevant for anything. _bench_flags='-s -S 1 -y -o /dev/null abc' # 'abc' is a test prefix - I'm not sure this needs to look so complicated: -S enables statistical output on its own (so -s is redundant), and if statistical output is enabled, mkp224o allow starting with no filters, which results in never dumping keys anywhere (which is not documented anywhere, but thing what makes sense, so it'll stay), so it all can be simplified to just -S 1.
even tho I use arch myself, I don't really feel need use pkgbuild for this personally, as this stuff usually needs some case-by-base tuning, for example, binary search works well for big dictionaries, but is pointless for something like 7 filters, and can even perform worse. and what some people actually need is regex, which would perform worse than intfilter for simple cases...
so not really sure what to do with this... do you wanna to put it in something like contrib/ directory, or maybe publish it in AUR?
thx for bringing shallot to the v3 onion land
i made a build script for arch linux, including an automated benchmark script
using hidden variables like $_foo is recommended in arch linux pkgbuild files
in arch linux
save the script as pkgbuild-mkp224o-git.txt
run pikaur -Pi pkgbuild-mkp224o-git.txt
The text was updated successfully, but these errors were encountered: