- Commit
- d2aadf673344a0841e91430f1239994ffbad61f1
- Parent
- 0bc5cd38d4387e2624b8c67db0b5e282fd486421
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Fixed typo.
starting
My personal build of CMark ✏️
Fixed typo.
starting
1 file changed, 1 insertion, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | benchmarks.md | 2 | 1 | 1 |
diff --git 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.