POV-Ray : Newsgroups : povray.beta-test : Beta 38 benchmark : Re: Beta 38 benchmark Server Time
30 Jun 2024 13:15:37 EDT (-0400)
  Re: Beta 38 benchmark  
From: Alec Istomin
Date: 30 Aug 2010 21:35:00
Message: <web.4c7c5bc9767b59e9b811610@news.povray.org>
It looks like "Output_File_Type=s" is hardcoded in unix's benchmark.cpp, ie:

# diff -u source/backend/control/benchmark.cpp{.orig,}
--- source/backend/control/benchmark.cpp.orig   2010-08-30 16:20:20.000000000
-0700
+++ source/backend/control/benchmark.cpp        2010-08-30 18:02:55.000000000
-0700
@@ -1305,7 +1305,7 @@
   "Odd_Field=Off\n"
   "Output_Alpha=Off\n"
   "Output_File_Name=\n"
-  "Output_File_Type=s\n"
+  "Output_File_Type=n\n"
   "Output_To_File=Off\n"
   "Palette=3\n"
   "Pause_When_Done=Off\n"


This allows to run the benchmark, although I'm not sure how relevant are the
results. The benchmarking code is different in 3.7.0.beta.38 between windows and
linux, windows producing more statistics including PPS (ie PrintRenderTimes in
windows/pvengine.cpp).

Are there any plans to match the benchmarking code between windows and linux ?


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.