Skip to content

Instantly share code, notes, and snippets.

@wfouche
Last active February 10, 2026 07:47
Show Gist options
  • Select an option

  • Save wfouche/be6fc7508e63f3f8453489a06208fa02 to your computer and use it in GitHub Desktop.

Select an option

Save wfouche/be6fc7508e63f3f8453489a06208fa02 to your computer and use it in GitHub Desktop.
Tulip on Linux or MacOS
jbang run \
--java 21 \
--runtime-option -Xmx512m \
--runtime-option -XX:+UseZGC \
--deps io.github.wfouche.tulip:tulip-runtime:2.2.3 \
-m io.github.wfouche.tulip.api.TulipApi \
APIUser.java \
--config benchmark_config.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment