File: bench_startup.sh

package info (click to toggle)
node-tldts 7.0.27-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,604 kB
  • sloc: javascript: 509; sh: 27; makefile: 22
file content (34 lines) | stat: -rwxr-xr-x 422 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#!/bin/sh


echo "Reference"
bench 'node noop_test.js'

echo
echo 'tldts-experimental'
bench 'node tldts-experimental_test.js'

echo
echo 'psl'
bench 'node psl_test.js'

echo
echo 'tldjs'
bench 'node tldjs_test.js'

echo
echo 'parse-domain'
bench 'node parse-domain_test.js'

echo
echo 'tldts'
bench 'node tldts_test.js'


echo
echo 'ublock'
bench 'node ublock_psl_test.js'

echo
echo 'haraka'
bench 'node haraka_test.js'