test.sh
This commit is contained in:
parent
0191d024e4
commit
a81950853e
4 changed files with 144 additions and 1 deletions
28
README.md
28
README.md
|
|
@ -70,3 +70,31 @@ C Execution Time: 2267.1350589999997ms
|
|||
TinyCC Execution Time: 10732.041204000001ms
|
||||
JavaScript Execution Time: 19499.030189999998ms
|
||||
```
|
||||
|
||||
|
||||
## test.sh con n = 300
|
||||
|
||||
```sh
|
||||
pansi21@legolas-pX:~/Scrivania/BUN-test$ bash test.sh
|
||||
Bun Execution Results:
|
||||
Mean Time (ms): 241.13
|
||||
Standard Deviation: 21.91
|
||||
|
||||
Node Execution Results:
|
||||
Mean Time (ms): 274.54
|
||||
Standard Deviation: 12.86
|
||||
|
||||
```
|
||||
|
||||
|
||||
## test.sh con n = 500
|
||||
```sh
|
||||
pansi21@legolas-pX:~/Scrivania/BUN-test$ bash test.sh
|
||||
Bun Execution Results:
|
||||
Mean Time (ms): 1030.54
|
||||
Standard Deviation: 36.02
|
||||
|
||||
Node Execution Results:
|
||||
Mean Time (ms): 797.34
|
||||
Standard Deviation: 30.81
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue