Move forward with implementaiton

- The decision was made that blender and scenes can be found next
  to the benchmark running script.

- Show real image of the currently rendering scene.
This commit is contained in:
2018-08-03 16:41:01 +02:00
parent ec84471b99
commit cefaa27640
3 changed files with 85 additions and 14 deletions

View File

@@ -76,6 +76,7 @@ def benchmarkBlenderWatched(command):
def benchmarkScene(ctx, scene):
progress.scene(scene)
logger.BOLD("Begin benchmark of scene {}" . format(scene))
# Get usable full path to the corresponding .blend file.
blendfile = ctx.getSceneFilename(scene)
@@ -111,6 +112,7 @@ def benchmarkScene(ctx, scene):
util.humanReadableTimeDifference(
stats.pipeline_render_time)))
progress.step('')
progress.scene('')
return stats