Fix typo
This commit is contained in:
parent
5aefb29a95
commit
d53521c0f9
@ -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.
|
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
|
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
|
machines. The benchmark is a simple program that increments a variable 5,000,000 times. Dust uses a
|
||||||
|
@ -3,7 +3,6 @@ hyperfine \
|
|||||||
--shell none \
|
--shell none \
|
||||||
--prepare 'sync' \
|
--prepare 'sync' \
|
||||||
--warmup 5 \
|
--warmup 5 \
|
||||||
--export-markdown results.md \
|
|
||||||
'../../target/release/dust addictive_addition.ds' \
|
'../../target/release/dust addictive_addition.ds' \
|
||||||
'node addictive_addition.js' \
|
'node addictive_addition.js' \
|
||||||
'deno addictive_addition.js' \
|
'deno addictive_addition.js' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user