We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a6760 commit 64c61e3Copy full SHA for 64c61e3
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