56 | {(() => {
57 | if (!this.state.benchmarking) {
58 | return (
59 |
74 | );
75 | } else {
76 | return
;
77 | }
78 | })()}
79 |
80 | {`${result.browser.name} ${result.browser.major}, ` +
81 | `${result.os.name} ${result.os.version}, ` +
82 | `${this.getWebGLRenderer()}`}
83 |
84 |
92 | {this.state.output}
93 |
94 |