Skip to content

Commit 429ce48

Browse files
committed
Added bench folder.
1 parent 2d5a1a6 commit 429ce48

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ as intended.
1111

1212
The scripts are split into the following folders:
1313

14-
| Folder Name | Description |
15-
|----------------|--------------------------------------------------------------------------------------------|
16-
| [core](./core) | Scripts that go in all distribution, namely included in the 160K floppy disk image |
17-
| [test](./test) | Unit tests for scripts that require them |
18-
| [util](./util) | Scripts that help with the build process of Lua for Watcom but aren't included on any disk |
19-
| [xtra](./xtra) | Extra scripts that are omitted from the 160K floppy disk image duo to space constants |
14+
| Folder Name | Description |
15+
|------------------|--------------------------------------------------------------------------------------------------------------------------|
16+
| [bench](./bench) | Contains symbolic links to each script that is needed to run every benchmark in `BENCH.LUA` |
17+
| [core](./core) | Scripts that go in all distributions of Lua for Watcom, namely included in the 160K floppy disk image for really old PCs |
18+
| [test](./test) | Unit tests for scripts that require them |
19+
| [util](./util) | Scripts that help with the build process of Lua for Watcom but aren't included on any disk |
20+
| [xtra](./xtra) | Extra scripts that are omitted from the 160K floppy disk image duo to space constants |

bench/BENCH.LUA

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../core/BENCH.LUA

bench/EXBENCH.LUA

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../xtra/EXBENCH.LUA

bench/MD5SUM.LUA

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../xtra/MD5SUM.LUA

bench/S256SUM.LUA

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../core/S256SUM.LUA

0 commit comments

Comments
 (0)