Skip to content

Commit 1ad692e

Browse files
committed
chore(tests/playground/Makefile): retire unionfind1
1 parent 423b087 commit 1ad692e

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

tests/playground/Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## CONFIG
22

3-
LEAN_BENCHES = binarytrees deriv expr_const_folding frontend qsort rbmap rbmap_checkpoint_10 rbmap_shared unionfind1 unionfind2
3+
LEAN_BENCHES = binarytrees deriv expr_const_folding frontend qsort rbmap rbmap_checkpoint_10 rbmap_shared unionfind2
44
CROSS_BENCHES = binarytrees deriv expr_const_folding qsort rbmap rbmap_checkpoint_10 rbmap_shared
55

66
LEAN_CATS = .lean .no_reuse.lean .no_borrow.lean .no_st.lean
@@ -139,9 +139,6 @@ bench/%.perf.bench: %.out | bench
139139
-d $< "echo > $@.tmp && time -af '%e' perf stat -e cache-misses -x ';' ./$< $(BENCH_PARAMS) 2>&1 >/dev/null | ./perf.py"\
140140
--runner output --out $@
141141

142-
#broken
143-
bench/unionfind1.no_reuse.lean.bench: ; touch $@
144-
145142
# fork() breaks instrumentation
146143
bench/binarytrees.gc.ml.bench: ; touch $@
147144

@@ -180,7 +177,7 @@ report_cross.csv: bench_cross
180177
BENCHES=$(subst $(space),:,$(CROSS_BENCHES)) CATS=$(subst $(space),:,$(CROSS_CATS)) ./report.py > $@
181178
column -s';' -t < $@
182179

183-
TO_TEX = 's/expr_const_folding/const_fold/;s/rbmap_checkpoint/rbmap/;s/rbmap_shared/rbmap_1/;s/-/---/g;s/%/\\%/g;s/\.$$//g;s/(\([0-9]\)\([0-9]\))/\\ensuremath{\\tilde{\1}\\tilde{\2}}/g;s/(\([0-9]\))/\\ensuremath{\\tilde{\1}}/g;s/;/ \& /g;s/$$/\\\\/'
180+
TO_TEX = 's/unionfind2/unionfind/;s/expr_const_folding/const_fold/;s/rbmap_checkpoint/rbmap/;s/rbmap_shared/rbmap_1/;s/-/---/g;s/%/\\%/g;s/\.$$//g;s/(\([0-9]\)\([0-9]\))/\\ensuremath{\\tilde{\1}\\tilde{\2}}/g;s/(\([0-9]\))/\\ensuremath{\\tilde{\1}}/g;s/;/ \& /g;s/$$/\\\\/'
184181
report_%.tex: report_%.csv
185182
tail -n +2 $< | head -n -1 | sed 's/^\([^;]\+\)/\\verb!\1!/;'$(TO_TEX) > $@
186183
echo -n '\midrule ' >> $@

0 commit comments

Comments
 (0)