aboutsummaryrefslogtreecommitdiffstats
path: root/HOWTO
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2012-12-04 12:16:52 +0100
committerHenrik Nord <[email protected]>2012-12-04 12:16:55 +0100
commit33334fe5f0527ffd02f578601546717773fd55c9 (patch)
tree8a6fcd735b8ffbaa6a09b1a8e90300d11c14a0f9 /HOWTO
parent7970cc9f8dd44fe236d38867835d874ac53ceb9c (diff)
parent2efdc7b6867e53760e870cdcb4821f42cf96d417 (diff)
downloadotp-33334fe5f0527ffd02f578601546717773fd55c9.tar.gz
otp-33334fe5f0527ffd02f578601546717773fd55c9.tar.bz2
otp-33334fe5f0527ffd02f578601546717773fd55c9.zip
Merge branch 'ta/docsmaster'
* ta/docsmaster: Fix various doc typos for R16 Fix various typos in HOWTO/ for R16 Fix various comment typos for R16 OTP-10611
Diffstat (limited to 'HOWTO')
-rw-r--r--HOWTO/BENCHMARKS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/HOWTO/BENCHMARKS.md b/HOWTO/BENCHMARKS.md
index b3df4638ea..28a590dfd2 100644
--- a/HOWTO/BENCHMARKS.md
+++ b/HOWTO/BENCHMARKS.md
@@ -18,13 +18,13 @@ benchmarks you have to [install the tests][]. To get a listing of all
benchmarks you have available call `ts:benchmarks()`.
To run all benchmarks call `ts:bench()`. This will run all benchmarks using
-the emulator which is in you `$PATH` (Note that this does not have to be the
+the emulator which is in your `$PATH` (Note that this does not have to be the
same as from which the benchmarks were built from). All the results of the
benchmarks are put in a folder in `$TESTROOT/test_server/` called
`YYYY_MO_DDTHH_MI_SS`.
Each benchmark is run multiple times and the data for all runs is collected in
-the files within the benchmark folder. All benchmarks are written so that a
+the files within the benchmark folder. All benchmarks are written so that
higher values are better.
Writing benchmarks