__
_ _____ / /__ ___ _
| |/ / -_) / _ \/ _ `/
|___/\__/_/\___/\_, /
/_/
Veloq is a simple benchmarking & replay tool for command line interfaces.
Warning
This project is in early stages of development and can change anytime.
- veloq: Benchmarking in your terminal!
- Benchmark commands
- Capture commands for replay
- Save output of commands to file
- Diff output of commands for easy comparing
- Export reports as JSON & XML
Work in progress
To build this project from source follow these steps. You need cmake & ninja to do this.
- Clone repository
git clone https://github.com/aaronlyy/veloq
- Cd into project
cd veloq
- Create build directory
mkdir build
- Create build files
cmake -S . -B build -G "Ninja" -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
- Build project
cmake --build build
Work in progress
Work in progress
Work in progress
Work in progress
Made with