Skip to content

open-s4c/CSB

Repository files navigation

CSB: Container Scalability Benchmarks

CSB is a framework for generating benchmarks and benchmarking systems scalability.

It consists of the following components:

Getting started

A good place to start is to try to run a dummy benchmark. Read bm-runner to setup the environment and learn how to run CSB benchmarks. If you are too eager and feeling adventurous run ./run.sh and see what happens.

Framework Overview

CSB
├── bench               # builtin C benchmarks
│   └── targets         # header files that implement the benchmarking skeleton, each header is a benchmark
├── bm-generator        # benchmark generation tool(s) based on syzkaller & tmplr
├── bm-runner           # python framework that extends bechkit and executes builtin/external benchmarks
├── config              # JSON configuration files. These files are used as an input of bm-runner
├── deps                # Submodules
├── doc                 # markdown files for detailed documentation
├── helpers             # helper scripts used for development and formatting
└── scripts             # scripts that are used by the framework
    ├── adapters        # scripts used to transform external benchmarks output into a complying format
    ├── fg-diff         # scripts used for selecting a set of distinct microbenchmarks
    └── plugins         # scripts used as an additional steps by some of the benchmarks

Supported Operating systems/Architectures

The current version has been tested with:

The auto-generated benchmarks in this repository are generated for AArch64. If you wish to generate benchmarks for a different architecture then you can run bm-generator on the target architecture. At the moment, the tooling in bm-generator is experimental.

Releases

Releases are tracked in CHANGELOG.

Contributing

CSB is in its early stages. The current version is a prototype. If you encounter issues please report them in CSB-issues. You can also add feature requests. Once the architecture is stable we will publish a complete developer guide and accept PRs.

About

Container Scalability Benchmarking Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages