Mention GPU memory required to finish the full benchmark

This commit is contained in:
2018-08-08 12:21:15 +02:00
parent 43cf59264f
commit 383cb4fcd2

View File

@@ -770,7 +770,7 @@ class BENCHMARK_OT_run_quick(BENCHMARK_OT_run_base):
run_type = 'QUICK'
class BENCHMARK_OT_run_complete(BENCHMARK_OT_run_base):
"Run complete Blender benchmark (might take 1 hour to finish)"
"Run complete Blender benchmark (might take 1 hour to finish and 4Gb of GPU Memory)"
bl_label = "Run Benchmark"
bl_idname = "benchmark.run_complete"