diff options
author | coder543 <coder543@gmail.com> | 2014-12-04 12:25:31 -0600 |
---|---|---|
committer | coder543 <coder543@gmail.com> | 2014-12-04 12:25:31 -0600 |
commit | 3b752b7e96481b3c38a65d3e54f7a13c96c05f47 (patch) | |
tree | cc8fe65534b7c367044a85e580a65ae35bbb3c12 | |
parent | cfb756f918aad3ef7714f75a06210e564ecb90f9 (diff) |
Update benchmarks.md
Fixed a typo. Prenalized should be penalized.
-rw-r--r-- | benchmarks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks.md b/benchmarks.md index 80a50fd..872cce3 100644 --- a/benchmarks.md +++ b/benchmarks.md @@ -27,7 +27,7 @@ Git*](https://github.com/progit/progit/tree/master/en) by Scott Chacon. 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 implementations in dynamic languages are -not prenalized by startup time.) A median of ten runs is taken. The +not penalized 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. |