justinlubin / cobbler

Refactor programs to use library functions!
5 stars 0 forks source link

Integrate benchmarking with Makefile #24

Closed jcbym closed 1 year ago

jcbym commented 1 year ago

Added benchmarking commands to Makefile. make build now builds the benchmarking script, make deps installs Python dependencies, and make benchmark runs the benchmarking script. Instructions for benchmarking are added to README.md.