We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The benchmarks have dependencies on a particular version of GEOS.
Rather than requiring developers to install that version of GEOS, the benchmarks should be dockerized instead.
The text was updated successfully, but these errors were encountered:
run_benchmarks.sh
I've attempted to dockerise the whole script, but that doesn't work too well -- since we need to switch between branches in the script.
I'll instead attempt to build two images containing just the appropriate benchmark binaries, and then run them with the script.
Sorry, something went wrong.
peterstace
No branches or pull requests
The benchmarks have dependencies on a particular version of GEOS.
Rather than requiring developers to install that version of GEOS, the benchmarks should be dockerized instead.
The text was updated successfully, but these errors were encountered: