Update benchmark scripts; add reference benchmark run

[benchmark]
This commit is contained in:
2020-11-15 06:41:39 -06:00
parent 914acfb2a6
commit 88621cdedb
3 changed files with 294 additions and 4 deletions

View File

@@ -133,10 +133,10 @@ clean:
@rm -rf tables/benchmark* tables/compare* results
clean-mps:
@rm -fv results/*/*/*.mps.gz
@rm -fv results/*/*.mps.gz results/*/*/*.mps.gz
clean-sol:
@rm -rf results/*/*/*.sol.*
@rm -rf results/*/*.sol.* results/*/*/*.sol.*
save:
mkdir -p "runs/$(TIMESTAMP)"
@@ -151,4 +151,4 @@ results/%.sol.json: run.jl
tables:
@mkdir -p tables
@python scripts/table.py
#@python scripts/compare.py tables/reference.csv tables/benchmark.csv
@python scripts/compare.py tables/reference.csv tables/benchmark.csv