summaryrefslogtreecommitdiff
path: root/benchmarks.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-22 13:06:53 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-22 13:06:53 -0800
commitd2aadf673344a0841e91430f1239994ffbad61f1 (patch)
tree1cdd847395657a607babe04289ea8b7811a45456 /benchmarks.md
parent0bc5cd38d4387e2624b8c67db0b5e282fd486421 (diff)
Fixed typo.
starting
Diffstat (limited to 'benchmarks.md')
-rw-r--r--benchmarks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks.md b/benchmarks.md
index 574daf5..cee3f29 100644
--- a/benchmarks.md
+++ b/benchmarks.md
@@ -26,7 +26,7 @@ Git*](https://github.com/progit/progit/tree/master/en) by Scott Chacon.
`time` is used to measure execution speed. The reported
time is the *difference* between the time to run the program
with the benchmark input and the time to run it with no input.
-(This procedure ensures that implementation dynamic languages are
+(This procedure ensures that implementations in dynamic languages are
not prenalized by startup time.) A median of ten runs is taken. The
process is reniced to a high priority so that the system doesn't
interrupt runs.