Skip to content

code-bench/codebench-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codebench-sample

A sample project using codebench

Use Command Line Interface

codebench --script ./benchmark.py \
--report_types chart --commits cb91b8 3cd96d bb1541

Use Configuration File

.codebench.yml on the root directory is as follows:

before_each: ./before_script.sh

script: ./benchmark.py

report_types:
  - chart

commits:
  - cb91b8
  - 3cd96d
  - bb1541

Run codebench on the command line, it will read configurations from .codebench.yml and run the program.

About

A sample project using codebench

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published