An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Buildbench: benchmark tool for Docker, BuildKit, img, Buildah, and Kaniko

[![Build Status](https://travis-ci.org/AkihiroSuda/buildbench.svg)](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.