mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-11-11 01:10:06 +05:30
feat: add container build
This commit is contained in:
parent
35ee337685
commit
7e6a90d2ed
4 changed files with 62 additions and 0 deletions
15
README.md
15
README.md
|
|
@ -32,6 +32,21 @@ wget -qO- yabs.sh | bash
|
|||
|
||||
**Windows Users**: This script can be run on Windows systems by using [Windows Subsystem for Linux v2 (WSL 2)](https://learn.microsoft.com/en-us/windows/wsl/about). WSLv1 will not run the script and binaries correctly.
|
||||
|
||||
### Docker
|
||||
|
||||
A container image is available from the GitHub Container Registry:
|
||||
|
||||
```sh
|
||||
docker run --rm ghcr.io/masonr/yet-another-bench-script
|
||||
```
|
||||
|
||||
Additional flags can be passed after the image name, for example:
|
||||
|
||||
```sh
|
||||
docker run --rm ghcr.io/masonr/yet-another-bench-script -f -i
|
||||
```
|
||||
|
||||
|
||||
### Flags (Skipping Tests, Reducing iperf Locations, Geekbench 4/5/6, etc.)
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue