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
Pull the deephaven-core commit hash into the benchmark platform details.
docker container inspect <container-id>
curl https://api.github.com/repos/deephaven/deephaven-core/commits/v0.35.0 | grep '"sha":' | head -1 | cut -d'"' -f4
The text was updated successfully, but these errors were encountered:
stanbrub
No branches or pull requests
Pull the deephaven-core commit hash into the benchmark platform details.
docker container inspect <container-id>
curl https://api.github.com/repos/deephaven/deephaven-core/commits/v0.35.0 | grep '"sha":' | head -1 | cut -d'"' -f4
The text was updated successfully, but these errors were encountered: