massimo-zaniboni / aoc-benchmarks

Publish some Advent of Code benchmarks
https://aoc-benchmarks.dokmelody.org/
0 stars 0 forks source link

AoC 2021 - Lisp/SBCL generate an error only with the bencher #4

Closed massimo-zaniboni closed 2 years ago

massimo-zaniboni commented 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.

massimo-zaniboni commented 2 years ago

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.