kubernetes/test/images/node-perf/npb-is
Claudiu Belu 06062b15e9 test images: ARG instructions should be first
A few other Dockerfiles had the ARG duplicated as well.
2020-02-28 01:31:05 -08:00
..
BASEIMAGE images: Adds linux/ prefix to BASEIMAGE entries 2020-02-21 02:09:49 -08:00
Dockerfile test images: ARG instructions should be first 2020-02-28 01:31:05 -08:00
README.md remove the repeat word in documents 2019-10-06 23:32:01 +08:00
VERSION test images: Bumps image versions 2020-02-21 02:09:49 -08:00

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 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