Open EKarton opened 4 years ago
Neither should take that long. Just to offer a comparative perspective, our reference solution runs sphere-and-plane
in ~1s, and mirror
in ~20s on a Release build.
Make sure you're actually running your release build, and that you're using the Release version of the hw2
library.
Oh I see, thank you!
Hi Professor David, I am currently trying to run the ray tracer for max. 2 recursive calls on the test case
mirror.json
on the CDF machines and even after 15 minutes it was not able to terminate. However, when I ransphere-and-plane.json
on my local machine, it took less than 30 seconds to finish. I've also compiled it with compiler optimizations.Do you know if it is expected to run a long time for the test case mirror.json?
Thank you!