Giter Club home page Giter Club logo

workload-services-framework's Introduction

Introduction

This is the Workload Services Framework repository. The repository contains a set of workloads that can be used to exercise multiple platforms. Each workload is a complete and standalone implementation that can be built and run collectively or individually. See the list of supported workloads under the workload directory.

Prerequisite

  • Sync your system date/time. It is required by docker credential authorization.
  • Install cmake, make, m4, and gawk.
  • Setup docker, Kubernetes, or cumulus. docker is the minimum requirement and can be used for single-container workload validation. Kubernetes can be used for multiple-node workload validation. Setup cumulus for remote worker validation.

Build & Evaluate Workload

Evaluate a workload as follows:

mkdir -p build
cd build
cmake ..
cd workload/dummy
make
ctest -V
./list-kpi.sh logs*

It takes a long time to rebuild all workload images. It is recommended that you only rebuild the workloads of interest by going to the workload sub-directory to make and test.

You can optionally specify a REGISTRY value, cmake -DREGISTRY=XYZ .. to ask the build process to push the images to the docker registry. Please docker login beforehand if your docker registry requires authentication. A docker registry is optional except in the case of Kubernetes on-premises validation.

See Also

workload-services-framework's People

Contributors

rsznejder avatar xwu2intel avatar fruitboy1226 avatar przmk0 avatar rdower avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.