Skip to content

Commit

Permalink
[bench] make bc iteration & trial counts correct
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeamer committed May 17, 2017
1 parent 87b1d8c commit e767504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/bench.mk
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ $(OUTPUT_DIR)/cc-%.out: $(GRAPH_DIR)/%.sg cc
./cc -f $< -n16 > $@

$(OUTPUT_DIR)/bc-%.out: $(GRAPH_DIR)/%.sg bc
./bc -f $< -i16 -n4 > $@
./bc -f $< -i4 -n16 > $@

$(OUTPUT_DIR)/tc-%.out: $(GRAPH_DIR)/%U.sg tc
./tc -f $< -n3 > $@

0 comments on commit e767504

Please sign in to comment.