Skip to content
Vincent Emonet edited this page Feb 3, 2021 · 5 revisions

Welcome to the Nanobench 🛋️ wiki

In this wiki you can find:

Download the latest release of the nanobench.jar:

curl -s https://api.github.com/repos/peta-pico/nanobench/releases/latest \
    | grep "nanobench-*.zip" \
    | cut -d : -f 2,3 \
    | tr -d \" \
    | wget -O /opt/nanobench-*.zip -qi -
Clone this wiki locally