Skip to content

Commit bcf3c3e

Browse files
author
Bart Veneman
committed
🛠️update benchmark results
1 parent 63f81dd commit bcf3c3e

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', 141],
6-
['bootstrap-5.0.0', 'Bootstrap 5.0.0', 57],
7-
['cnn-20220403', 'CNN', 452],
8-
['css-tricks-20190319', 'CSS-Tricks', 61],
9-
['facebook-20190319', 'Facebook.com', 81],
10-
['github-20210501', 'GitHub.com', 106],
11-
['gazelle-20210905', 'Gazelle.nl', 361],
12-
['lego-20190617', 'Lego.com', 68],
13-
['smashing-magazine-20190319', 'Smashing Magazine.com', 363],
14-
['trello-20190617', 'Trello.com', 98],
5+
['bol-com-20190617', 'Bol.com', 135],
6+
['bootstrap-5.0.0', 'Bootstrap 5.0.0', 55],
7+
['cnn-20220403', 'CNN', 445],
8+
['css-tricks-20190319', 'CSS-Tricks', 59],
9+
['facebook-20190319', 'Facebook.com', 79],
10+
['github-20210501', 'GitHub.com', 98],
11+
['gazelle-20210905', 'Gazelle.nl', 345],
12+
['lego-20190617', 'Lego.com', 66],
13+
['smashing-magazine-20190319', 'Smashing Magazine.com', 335],
14+
['trello-20190617', 'Trello.com', 93],
1515
]
1616

1717
let maxLen = -1

0 commit comments

Comments
 (0)