Closed massimo-zaniboni closed 2 years ago
If I execute the tests manually, the Lisp code is fast and terminate. But with the bencher the program fail.
I tested also on a bare metal Ubuntu. So the problem is not only inside Docker.
The log reports for day6
./app_lisp 0 < aoc2021_day6-input3.txt
while for day4b
./app_lisp 600
so it is not loading the input data.
If I execute the tests manually, the Lisp code is fast and terminate. But with the bencher the program fail.
I tested also on a bare metal Ubuntu. So the problem is not only inside Docker.