Skip to content

Scripts for automating benchmark runs and graph generation using Benchpress.

License

Notifications You must be signed in to change notification settings

bh107/benchpress-janitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modify config.sh and daily.sh to suite needs / system. Then do a crontab -e along the lines of:

SHELL=/bin/bash

# Push suites into the janitors watch-folder
55 3 * * * source $HOME/.bash_profile; cd $HOME/perftest && ./daily_job.sh

# Ask the janitor to do a watch & run
*/30 * * * * source $HOME/.bash_profile; cd $HOME/perftest && ./check.sh

# Last line cannot be empty!?

Then it should start rolling in those numbers...

About

Scripts for automating benchmark runs and graph generation using Benchpress.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published