Skip to content

Commit

Permalink
Add pip list to results.
Browse files Browse the repository at this point in the history
  • Loading branch information
daemontus committed May 20, 2024
1 parent a43bed5 commit 35c90c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion benchmark/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__pycache__
__pycache__
result_*
4 changes: 3 additions & 1 deletion benchmark/bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ ulimit -v $MEMORY_LIMIT
# biodivine-boolean-functions and PyEDA
# already installed.

pip list > result_pip.txt

python3 bench_expr_parser.py &> result_expr_parser.tsv
python3 bench_expr_cnf.py &> result_expr_cnf.tsv

Expand All @@ -21,4 +23,4 @@ python3 bench_bdd_monotonicity.py &> result_bdd_monotonicity.tsv

python3 bench_table_subst.py &> result_table_subst.tsv

zip -r results.zip *.tsv
zip -r results.zip result_*

0 comments on commit 35c90c9

Please sign in to comment.