pycelerograph

pycelerograph 1.0

Python utility to convert Celero benchmark results to pretty Bokeh graphs.

Prerequisites

Bokeh 1.2.0 or later.

See requirements.txt for details.

Quickstart

pip install -r requirements.txt

Once you have built Celero runner for your benchmark, generate CSV report:

benchmark_cpp_sort -t benchmark_cpp_sort.csv

Then, generate HTML files with graphs in the current directory:

python celerograph.py benchmark_cpp_sort.csv

See the example for sample HTML output.

Features

Features Plan

License

This is free and unencumbered software released into the public domain.

http://unlicense.org

Credits