kubernetes/test/images/node-perf/npb-ep
2021-10-07 01:25:55 -04:00
..
BASEIMAGE Enable more test images for s390x 2021-10-07 01:25:55 -04:00
Dockerfile test images: ARG instructions should be first 2020-02-28 01:31:05 -08:00
README.md test images: Minor changes to trigger postsubmit image building jobs 2021-01-13 21:44:55 -08:00
VERSION Enable more test images for s390x 2021-10-07 01:25:55 -04:00

NAS Parallel Benchmark Suite - Embarrassingly Parallel (EP) Benchmark

The container image described here runs the EP 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-ep

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