mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-11-05 23:41:30 +05:30
Merge branch 'master' of https://github.com/masonr/yet-another-bench-script
This commit is contained in:
commit
5ba34f923d
1 changed files with 2 additions and 2 deletions
|
|
@ -16,13 +16,13 @@ This directory contains all of the binaries required to run the benchmarking tes
|
|||
|
||||
**Compiling 64-bit binaries**:
|
||||
|
||||
```
|
||||
```sh
|
||||
docker run -t -i --rm -v `pwd`:/io phusion/holy-build-box-64:latest bash /io/compile.sh
|
||||
```
|
||||
|
||||
**Compiling 32-bit binaries**:
|
||||
|
||||
```
|
||||
```sh
|
||||
docker run -t -i --rm -v `pwd`:/io phusion/holy-build-box-32:latest linux32 bash /io/compile.sh
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue