dsdbench runs benchmarks and tests for storage driver configurations to help
figure out how the configuration will perform and which known issues the
daemon may be affected by in this configuration.
dsdbench makes use of the golang testing package. The tests may need to be
run as root in order to successfully mount. Use DOCKER_GRAPHDRIVER and
DOCKER_GRAPHDRIVER_OPTIONS environment variables to configure.
$ DOCKER_GRAPHDRIVER=overlay2 go test -v .
$ DOCKER_GRAPHDRIVER=overlay2 go test -run=NONE -v -bench .