0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00
zot/cmd/zb
Ramkumar Chinchani 8d6b36a61b bench: fix benchmark test data
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
2022-02-02 13:31:41 -08:00
..
main.go ci/cd: add continuous benchmark action 2022-01-14 10:10:55 -08:00
main_test.go perf: add a 'zb' binary for perf testing of dist-spec registries 2022-01-13 10:11:08 -08:00
perf.go bench: fix benchmark test data 2022-02-02 13:31:41 -08: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