1
0
This commit is contained in:
Jeff 2025-02-11 09:30:07 -05:00
parent 5aefb29a95
commit d53521c0f9
2 changed files with 1 additions and 2 deletions

View File

@ -203,7 +203,7 @@ the only way to use Dust is to clone the repository and build it from source.
See the `bench` directory for the benchmark programs.
### Additctive Addition
### Addictive Addition
This benchmark was taken from a paper[^3] that compares stack-based and register-based virtual
machines. The benchmark is a simple program that increments a variable 5,000,000 times. Dust uses a

View File

@ -3,7 +3,6 @@ hyperfine \
--shell none \
--prepare 'sync' \
--warmup 5 \
--export-markdown results.md \
'../../target/release/dust addictive_addition.ds' \
'node addictive_addition.js' \
'deno addictive_addition.js' \