aboutsummaryrefslogtreecommitdiffstats
path: root/HOWTO
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2012-07-20 19:27:34 +0200
committerTuncer Ayaz <[email protected]>2012-11-28 16:55:19 +0100
commit6f3a9107e716c1e7b394876d505fb27d9465ba9b (patch)
treee9fab145ad057c00f99f52df2b7c5ba1784998a1 /HOWTO
parent1b686ee8606a76ddb964e98c7451b74c2146a398 (diff)
downloadotp-6f3a9107e716c1e7b394876d505fb27d9465ba9b.tar.gz
otp-6f3a9107e716c1e7b394876d505fb27d9465ba9b.tar.bz2
otp-6f3a9107e716c1e7b394876d505fb27d9465ba9b.zip
Fix various typos in HOWTO/ for R16
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