0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2025-01-20 22:52:51 -05:00
zot/cmd/zb
Roxana Nemulescu efc55b013e Add reading tests for zb binary: read-only tests and mixed read-only tests
Add mixed write-only tests
Add mixed read-write tests

Signed-off-by: Roxana Nemulescu <roxana.nemulescu@gmail.com>
2022-04-13 13:22:36 -07:00
..
helper.go Add reading tests for zb binary: read-only tests and mixed read-only tests 2022-04-13 13:22:36 -07:00
main.go Add reading tests for zb binary: read-only tests and mixed read-only tests 2022-04-13 13:22:36 -07:00
main_test.go Add reading tests for zb binary: read-only tests and mixed read-only tests 2022-04-13 13:22:36 -07:00
perf.go Add reading tests for zb binary: read-only tests and mixed read-only tests 2022-04-13 13:22:36 -07:00
README.md bench: fix benchmark test data 2022-02-02 13:31:41 -08:00

zb

zb is a registry benchmarking tool which can run against any distribution spec comformant registry.

-n : total number of requests -c : number of concurrent clients performing (n/c) requests per client -d : working dir to store test data -A : BASIC authentication in username:passwd format

References

[1] https://github.com/opencontainers/distribution-spec/tree/main/conformance [2] https://en.wikipedia.org/wiki/ApacheBench