Skip to content

y-scope/clp-bench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clp-bench

clp-bench is a tool for benchmarking CLP as well as other log management tools. The tool itself is a Python package, and we also provide a web interface for viewing results.

The methodology for the benchmarks is described here.

Requirements

  • Docker
  • Python v3.10 or higher

Set up

python3 -m venv venv
. venv/bin/activate
pip install -e .

You can use clp-bench --help to see usage instructions.