953954955956957958959
/** * Benchmark the path tracing renderer. */ public void runBenchmark() { RenderContext context = new RenderContext(options); new BenchmarkDialog(getFrame(), context); }