https://github.com/akihirosuda/buildbench
benchmark tool for Docker, BuildKit, img, Buildah, and Kaniko
https://github.com/akihirosuda/buildbench
Last synced: 7 months ago
JSON representation
benchmark tool for Docker, BuildKit, img, Buildah, and Kaniko
- Host: GitHub
- URL: https://github.com/akihirosuda/buildbench
- Owner: AkihiroSuda
- License: apache-2.0
- Created: 2018-06-06T05:10:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T10:44:52.000Z (over 4 years ago)
- Last Synced: 2024-10-18T07:34:26.556Z (12 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 74
- Watchers: 6
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Buildbench: benchmark tool for Docker, BuildKit, img, Buildah, and Kaniko
[](https://travis-ci.org/AkihiroSuda/buildbench)
## Requirements
* `bash`
* `realpath`
* `bc`
* `docker`## Usage
```console
$ ./buildbench ./examples/ex01 out.csv 5
```* To disable specific builder, please set `DISABLE_DOCKER`, `DISABLE_BUILDKIT`, and so on.