Remove taskset, monocore machines are failing with it
This commit is contained in:
parent
9dc0135e68
commit
bd07863edf
2
Makefile
2
Makefile
@ -154,7 +154,7 @@ $(RESULTS_FILE): build
|
|||||||
for p in $(PROGS); do \
|
for p in $(PROGS); do \
|
||||||
for t in $$(seq $(TIMES)); do \
|
for t in $$(seq $(TIMES)); do \
|
||||||
sleep 0.1; \
|
sleep 0.1; \
|
||||||
(taskset 01 ./$$p $(OCTOFLAGS) || printf "{ \"$$p\": false }")>> $@; \
|
(./$$p $(OCTOFLAGS) || printf "{ \"$$p\": false }")>> $@; \
|
||||||
if ! [ "$$p" = "$(lastword $(PROGS))" ]; \
|
if ! [ "$$p" = "$(lastword $(PROGS))" ]; \
|
||||||
then printf ',\n' >> $@; \
|
then printf ',\n' >> $@; \
|
||||||
else if ! [ $$t -eq $(TIMES) ]; \
|
else if ! [ $$t -eq $(TIMES) ]; \
|
||||||
|
Loading…
Reference in New Issue
Block a user