Skip to content

Commit 1559d2a

Browse files
committed
use index.module.js when benchmarking, since its the output of npm run transpile
1 parent 010fb72 commit 1559d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { h } from 'preact';
22
import Suite from 'benchmarkjs-pretty';
33
import renderToStringBaseline from './lib/render-to-string';
44
// import renderToString from '../src/index';
5-
import renderToString from '../dist/index.mjs';
5+
import renderToString from '../dist/index.module.js';
66
import TextApp from './text';
77
// import StackApp from './stack';
88
import { App as IsomorphicSearchResults } from './isomorphic-ui/search-results/index';

0 commit comments

Comments
 (0)