LuxCoreRender/LuxMark

LuxMark 3.1 not print result to stdout with --single-run option

Closed this issue · 2 comments

windows 10 x64 OS, LuxMark release v3.1
open cmd windows, run command line:

luxmark.exe --scene=LUXBALL_HDR --mode=BENCHMARK_OCL_GPU --single-run --ext-info
I found no score result is printed after benchmark finish and luxmark window closed.

It is a Windows culprit, just redirect the output to a file and it will work. Something like:

luxmark.exe --scene=LUXBALL_HDR --mode=BENCHMARK_OCL_GPU --single-run --ext-info > result.txt

thanks @Dade916 , it works!