diff --git a/tools/playground/samples.js b/tools/playground/samples.js index 46fc333b..d5db72ae 100644 --- a/tools/playground/samples.js +++ b/tools/playground/samples.js @@ -24,8 +24,8 @@ class Root extends Component { } } -// Application setup -mount(Root, document.body, { templates: TEMPLATES, dev: true });`; +// dev=false for benchmarking. we don't want to benchmark dev code! +mount(Root, document.body, { templates: TEMPLATES, dev: false });`; const COMPONENTS_XML = /*xml*/`