Skip to content

Commit b0d2608

Browse files
author
Bart Veneman
committed
update benchmark
1 parent c62ac6b commit b0d2608

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', 137],
6-
['bootstrap-5.0.0', 'Bootstrap 5.0.0', 55],
7-
['cnn-20220403', 'CNN', 419],
8-
['css-tricks-20190319', 'CSS-Tricks', 58],
9-
['facebook-20190319', 'Facebook.com', 84],
10-
['github-20210501', 'GitHub.com', 105],
11-
['gazelle-20210905', 'Gazelle.nl', 336],
12-
['lego-20190617', 'Lego.com', 64],
13-
['smashing-magazine-20190319', 'Smashing Magazine.com', 329],
14-
['trello-20190617', 'Trello.com', 94],
5+
['bol-com-20190617', 'Bol.com', 145],
6+
['bootstrap-5.0.0', 'Bootstrap 5.0.0', 60],
7+
['cnn-20220403', 'CNN', 481],
8+
['css-tricks-20190319', 'CSS-Tricks', 66],
9+
['facebook-20190319', 'Facebook.com', 90],
10+
['github-20210501', 'GitHub.com', 114],
11+
['gazelle-20210905', 'Gazelle.nl', 381],
12+
['lego-20190617', 'Lego.com', 73],
13+
['smashing-magazine-20190319', 'Smashing Magazine.com', 363],
14+
['trello-20190617', 'Trello.com', 106],
1515
]
1616

1717
let maxLen = -1

0 commit comments

Comments
 (0)