Skip to content

Commit

Permalink
Made Makefile 50000
Browse files Browse the repository at this point in the history
  • Loading branch information
nighthawk6389 committed Dec 19, 2012
1 parent 18deea5 commit daec73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EXES=$(SRCS:.x10=)

perftests: PerformanceTest.x10 HashMap.x10
$(X10C) $(FLAGS) -o PerformanceTest PerformanceTest.x10
./PerformanceTest 1000000 10 16
./PerformanceTest 100000 10 16

parfunc: ParFuncTest.x10 HashMap.x10
$(X10C) $(FLAGS) -o ParFuncTest ParFuncTest.x10
Expand Down

0 comments on commit daec73e

Please sign in to comment.