regressions/ck_ring: reduce buffer size for CI.

CI machines are struggling with current buffer sizes (hits
timeout).
awsm
Samy Al Bahra 6 years ago
parent 4cb3067944
commit 0450e203db

@ -2,7 +2,7 @@
OBJECTS=ck_ring_spsc ck_ring_spmc ck_ring_spmc_template ck_ring_mpmc \
ck_ring_mpmc_template
SIZE=16384
SIZE=2048
all: $(OBJECTS)

Loading…
Cancel
Save