k8s.io/kubernetes@v1.29.3/test/images/node-perf/npb-ep/README.md (about)

     1  ## NAS Parallel Benchmark Suite - Embarrassingly Parallel (EP) Benchmark
     2  
     3  The container image described here runs the EP benchmark from the
     4  [NAS parallel benchmark suite.](https://www.nas.nasa.gov/publications/npb.html)
     5  This image is used as a workload in node performance testing.
     6  
     7  ## How to release:
     8  
     9  ```
    10  # Build
    11  $ cd $K8S_ROOT/test/images
    12  $ make all WHAT=node-perf/npb-ep
    13  
    14  # Push
    15  $ cd $K8S_ROOT/test/images
    16  $ make all-push WHAT=node-perf/npb-ep
    17  ```