Reduce the memory size used for testing ck_fifo_mpmc, to make it easier for

low-memory machines (such as your typical arm hardware).

Approved by:	mux (mentor)
ck_pring
Olivier Houchard 11 years ago
parent 7b49b3babf
commit b553f42fae

@ -6,7 +6,7 @@ all: $(OBJECTS)
check: all check: all
./ck_fifo_spsc $(CORES) 1 64000 ./ck_fifo_spsc $(CORES) 1 64000
./ck_fifo_mpmc $(CORES) 1 64000 ./ck_fifo_mpmc $(CORES) 1 16000
./ck_fifo_spsc_iterator ./ck_fifo_spsc_iterator
./ck_fifo_mpmc_iterator ./ck_fifo_mpmc_iterator

Loading…
Cancel
Save