bucketbench
bucketbench copied to clipboard
Go-based framework for running benchmarks against Docker, containerd, runc, or any CRI-compliant runtime
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x1c pc=0x788524] goroutine 1 [running]: github.com/estesp/bucketbench/benches.(*CustomBench).Init(0x152ca20, 0xa4aa90, 0x1713d60, 0x142c0d8, 0x7, 0x6, 0x0, 0x0, 0x142c0f0, 0xd,...
Hi! I'm using the following command to test out CRI-O: ```sh sudo ~/go/bin/bucketbench run -b examples/crio.yaml ``` It gives the following error: ``` ERRO[0008] Command failed with error: error during...
I'm using the following command to test out CRI-O: ```sh sudo ~/go/bin/bucketbench run -b examples/crio.yaml ``` The first time it runs, there is no problem. On subsequent runs using the...
Hi Phil! In my use case, ops/sysadmins wants to test the performance of various OS/Docker changes on how container lifecycle performs. Assuming bucketbench would be good for that, I think...
Need to add to the README about these 2 modes and the specifics of each
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.5 to 1.1.12. Release notes Sourced from github.com/opencontainers/runc's releases. runc 1.1.12 -- "Now you're thinking with Portals™!" This is the twelfth patch release in the 1.1.z release...
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.9+incompatible to 25.0.6+incompatible. Release notes Sourced from github.com/docker/docker's releases. v25.0.6 25.0.6 For a full list of pull requests and changes in this release, refer to the relevant...