-
Notifications
You must be signed in to change notification settings - Fork 12
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
Building problems on macOS #5
Comments
The benchmarks do take a bit of patience; glad to see the results from other platforms confirm the claims… Regarding your issues:
It's a bit unfortunate, that the benchmarks are the least advanced part of huniq at the moment…I do have some plans to improve the benchmarks a lot but I haven't had the time to deal with that yet. |
I've opened up a ticket on how to implement benchmarking properly, if you are interested: #8 |
😆 macOS default bash |
Documenting some problems I've had building this. In order of appearance.
OS: macOS Catalina 10.15.3
Fix:
brew install llvm
thenexport PATH="/usr/local/opt/llvm/bin:$PATH"
Fix: Running
xcode-select --install
Fix: Use
zsh ./benchmark.sh
instead ofbash ./benchmark.sh
Infinite loop.
Fix: Run
brew install gnu-time
thenexport PATH="/usr/local/opt/gnu-time/libexec/gnubin:$PATH"
Benchmark Result
Didn't wanna wait for the rest of it.
The text was updated successfully, but these errors were encountered: