We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 282c990 commit 0b4a968Copy full SHA for 0b4a968
1 file changed
MotionMark/tests/dev/filtering/resources/filtering.js
@@ -211,14 +211,6 @@ class FilteringBenchmark extends Benchmark {
211
constructor(options)
212
{
213
super(new FilteringStage(), options);
214
-
215
- // setTimeout(() => {
216
- // this.stage.tune(5);
217
- // }, 500);
218
- //
219
220
- // this.stage.tune(-0);
221
- // }, 1000);
222
}
223
224
0 commit comments