to benchmark
jmh:clean
jmh:compile
jmh:run -i 15 -wi 6 -f1 -t1 .*time
To run storage/IntegrationTest/test, it requires an influx instance Easiest way to setup to a local one is docker
docker run -d -p 8086:8086 -v $PWD:/var/lib/influxdb influxdb