Skip to content

Commit 9856a13

Browse files
authored
improve way of fetching latest rts (preactjs#287)
1 parent 3defa9d commit 9856a13

File tree

4 files changed

+25
-455
lines changed

4 files changed

+25
-455
lines changed

benchmarks/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { h } from 'preact';
22
import Suite from 'benchmarkjs-pretty';
3-
import renderToStringBaseline from './lib/render-to-string';
3+
import renderToStringBaseline from 'baseline-rts';
44
// import renderToString from '../src/index';
55
import renderToString from '../dist/index.module.js';
66
import TextApp from './text';

0 commit comments

Comments
 (0)