Skip to content

Commit

Permalink
Cut tree_gen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdrozd committed Sep 3, 2024
1 parent fd454ec commit 1200d68
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 118 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ jobs:
make coverage
make test-all
- name: Tree Gen
run: |
make generate
Mac-Idris:
runs-on: macos-latest

Expand Down
25 changes: 0 additions & 25 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,28 +122,3 @@ mutmut :

profile :
$(MAKE) -C perf

## Program files (non-phony) ###########

TIME = time -p
TREE = $(PYTHON) tree_gen.py

3-2.prog :
$(TIME) $(TREE) 3 2 | sort > $@

2-3.prog :
$(TIME) $(TREE) 2 3 | sort > $@

4-2.prog :
$(TIME) $(TREE) 4 2 | tee $@
sort -o $@ $@

2-4.prog :
$(TIME) $(TREE) 2 4 | tee $@
sort -o $@ $@

5-2.prog :
$(TIME) $(TREE) 5 2 > $@

generate : 3-2.prog 2-3.prog
wc -l *.prog
89 changes: 0 additions & 89 deletions tree_gen.py

This file was deleted.

0 comments on commit 1200d68

Please sign in to comment.