We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a377a commit f4488d7Copy full SHA for f4488d7
README.md
@@ -14,13 +14,13 @@ Cross-language benchmark for [QOI](https://github.com/phoboslab/qoi) implementat
14
15
## Usage
16
17
-- Use Docker
+- With Singularity
18
- ```console
19
host$ curl https://qoiformat.org/benchmark/qoi_benchmark_suite.tar | tar x
20
- host$ ./docker/build.bash
21
- host$ ./docker/bash
22
- docker$ make
23
- docker$ benchmark/bin/qoibench 20 images
+ host$ ./cxx_environment/build.bash
+ host$ ./cxx_environment/bash
+ singularity$ make
+ singularity$ benchmark/bin/qoibench 20 images
24
```
25
- On Host
26
- Prerequisites:
0 commit comments