Skip to content

Commit f68c106

Browse files
Bart Venemanbartveneman
authored andcommitted
update benchmark
1 parent 2735a2f commit f68c106

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

benchmark/run.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ import byteSize from './format-filesize.js'
22
import { analyze as analyzeCss } from '../dist/analyzer.modern.js'
33
import * as fs from 'fs'
44
const files = [
5-
['bol-com-20190617', 'Bol.com', 144],
6-
['bootstrap-5.0.0', 'Bootstrap 5.0.0', 55],
7-
['cnn-20220403', 'CNN', 460],
8-
['css-tricks-20190319', 'CSS-Tricks', 60],
9-
['facebook-20190319', 'Facebook.com', 84],
10-
['github-20210501', 'GitHub.com', 103],
11-
['gazelle-20210905', 'Gazelle.nl', 350],
12-
['lego-20190617', 'Lego.com', 67],
13-
['smashing-magazine-20190319', 'Smashing Magazine.com', 355],
14-
['trello-20190617', 'Trello.com', 95],
5+
['bol-com-20190617', 'Bol.com', 123],
6+
['bootstrap-5.0.0', 'Bootstrap 5.0.0', 52],
7+
['cnn-20220403', 'CNN', 422],
8+
['css-tricks-20190319', 'CSS-Tricks', 57],
9+
['facebook-20190319', 'Facebook.com', 76],
10+
['github-20210501', 'GitHub.com', 105],
11+
['gazelle-20210905', 'Gazelle.nl', 324],
12+
['lego-20190617', 'Lego.com', 63],
13+
['smashing-magazine-20190319', 'Smashing Magazine.com', 322],
14+
['trello-20190617', 'Trello.com', 87],
1515
]
1616

1717
let maxLen = -1

0 commit comments

Comments
 (0)