k3s/test/images/node-perf/npb-is
Balaji Subramaniam c8cc7b1c26 - Added multi-arch support.
- Used multi-stage builds.
2018-08-10 13:14:46 -07:00
..
BASEIMAGE - Added multi-arch support. 2018-08-10 13:14:46 -07:00
Dockerfile - Added multi-arch support. 2018-08-10 13:14:46 -07:00
README.md
VERSION

README.md

NAS Parallel Benchmark Suite - Integer Sort (IS) Benchmark

The container image described here runs the IS benchmark from the NAS parallel benchmark suite. This image is used as a workload in in node performance testing.

How to release:

# Build
$ cd $K8S_ROOT/test/images
$ make all WHAT=node-perf/npb-is

# Push
$ cd $K8S_ROOT/test/images
$ make all-push WHAT=node-perf/npb-is