@@ -11,64 +11,66 @@ This will comprise every shell utility ShellJS supports.
11
11
12
12
### [ echoIntoFile] ( scripts/echoIntoFile )
13
13
14
- - [ ShellJS] ( scripts/echoIntoFile/echoIntoFile.js ) took ` 271 ` milliseconds
14
+ - [ ShellJS] ( scripts/echoIntoFile/echoIntoFile.js ) took ` 185 ` milliseconds
15
15
16
- - [ Bash] ( scripts/echoIntoFile/echoIntoFile.sh ) took ` 871 ` milliseconds
16
+ - [ Bash] ( scripts/echoIntoFile/echoIntoFile.sh ) took ` 423 ` milliseconds
17
17
18
- ShellJS was ` 3.214 ` times faster than Bash
18
+ ShellJS was ` 2.286 ` times faster than Bash
19
19
20
20
### [ envVariable] ( scripts/envVariable )
21
21
22
- - [ ShellJS] ( scripts/envVariable/envVar.js ) took ` 1237 ` milliseconds
22
+ - [ ShellJS] ( scripts/envVariable/envVar.js ) took ` 690 ` milliseconds
23
23
24
- - [ Bash] ( scripts/envVariable/envVar.sh ) took ` 1178 ` milliseconds
24
+ - [ Bash] ( scripts/envVariable/envVar.sh ) took ` 709 ` milliseconds
25
25
26
- Bash was ` 1.050 ` times faster than ShellJS
26
+ ShellJS was ` 1.028 ` times faster than Bash
27
27
28
28
### [ forLoopAlternateSyntax] ( scripts/forLoopAlternateSyntax )
29
29
30
- - [ ShellJS] ( scripts/forLoopAlternateSyntax/helloworld10k.js ) took ` 180 ` milliseconds
30
+ - [ ShellJS] ( scripts/forLoopAlternateSyntax/helloworld10k.js ) took ` 111 ` milliseconds
31
31
32
- - [ Bash] ( scripts/forLoopAlternateSyntax/helloworld10k.sh ) took ` 97 ` milliseconds
32
+ - [ Bash] ( scripts/forLoopAlternateSyntax/helloworld10k.sh ) took ` 58 ` milliseconds
33
33
34
- Bash was ` 1.856 ` times faster than ShellJS
34
+ Bash was ` 1.914 ` times faster than ShellJS
35
35
36
36
### [ helloworld] ( scripts/helloworld )
37
37
38
- - [ ShellJS] ( scripts/helloworld/helloworld.js ) took ` 159 ` milliseconds
38
+ - [ ShellJS] ( scripts/helloworld/helloworld.js ) took ` 104 ` milliseconds
39
39
40
- - [ Bash] ( scripts/helloworld/helloworld.sh ) took ` 83 ` milliseconds
40
+ - [ Bash] ( scripts/helloworld/helloworld.sh ) took ` 68 ` milliseconds
41
41
42
- Bash was ` 1.916 ` times faster than ShellJS
42
+ Bash was ` 1.529 ` times faster than ShellJS
43
43
44
44
### [ helloworld10k] ( scripts/helloworld10k )
45
45
46
- - [ ShellJS] ( scripts/helloworld10k/helloworld10k.js ) took ` 293 ` milliseconds
46
+ - [ ShellJS] ( scripts/helloworld10k/helloworld10k.js ) took ` 178 ` milliseconds
47
47
48
- - [ Bash] ( scripts/helloworld10k/helloworld10k.sh ) took ` 168 ` milliseconds
48
+ - [ Bash] ( scripts/helloworld10k/helloworld10k.sh ) took ` 93 ` milliseconds
49
49
50
- Bash was ` 1.744 ` times faster than ShellJS
50
+ Bash was ` 1.914 ` times faster than ShellJS
51
51
52
52
### [ ls10k] ( scripts/ls10k )
53
53
54
- - [ ShellJS] ( scripts/ls10k/ls10k.js ) took ` 827 ` milliseconds
54
+ - [ ShellJS] ( scripts/ls10k/ls10k.js ) took ` 389 ` milliseconds
55
55
56
- - [ Bash] ( scripts/ls10k/ls10k.sh ) took ` 9679 ` milliseconds
56
+ - [ Bash] ( scripts/ls10k/ls10k.sh ) took ` 3715 ` milliseconds
57
57
58
- ShellJS was ` 11.704 ` times faster than Bash
58
+ ShellJS was ` 9.550 ` times faster than Bash
59
59
60
60
### [ pwd10k] ( scripts/pwd10k )
61
61
62
- - [ ShellJS] ( scripts/pwd10k/path10k.js ) took ` 2072 ` milliseconds
62
+ - [ ShellJS] ( scripts/pwd10k/path10k.js ) took ` 903 ` milliseconds
63
63
64
- - [ Bash] ( scripts/pwd10k/path10k.sh ) took ` 679 ` milliseconds
64
+ - [ Bash] ( scripts/pwd10k/path10k.sh ) took ` 332 ` milliseconds
65
65
66
- Bash was ` 3.052 ` times faster than ShellJS
66
+ Bash was ` 2.720 ` times faster than ShellJS
67
67
68
68
### [ touchSyntax06] ( scripts/touchSyntax06 )
69
69
70
- - [ ShellJS] ( scripts/touchSyntax06/touchrm10k.js ) took ` 293 ` milliseconds
70
+ - [ ShellJS] ( scripts/touchSyntax06/touchrm10k.js ) took ` 129 ` milliseconds
71
71
72
- - [ Bash] ( scripts/touchSyntax06/touchrm10k.sh ) took ` 1447 ` milliseconds
72
+ - [ Bash] ( scripts/touchSyntax06/touchrm10k.sh ) took ` 782 ` milliseconds
73
73
74
- ShellJS was ` 4.939 ` times faster than Bash
74
+ ShellJS was ` 6.062 ` times faster than Bash
75
+
76
+ Output differs
0 commit comments