diff options
author | Mikhail Grachev <[email protected]> | 2018-10-14 23:22:16 +0300 |
---|---|---|
committer | Mikhail Grachev <[email protected]> | 2018-10-14 23:22:16 +0300 |
commit | bb640845a1b4ac5ae8d1e6114ad64f7749cff638 (patch) | |
tree | c8dd1b09fe998ac4ec60e85d66f4bb7a75d71832 /lib/mnesia/examples/bench | |
parent | 8e65d31faab67b9844bbbaaa6245b2da2dd97b76 (diff) | |
download | otp-bb640845a1b4ac5ae8d1e6114ad64f7749cff638.tar.gz otp-bb640845a1b4ac5ae8d1e6114ad64f7749cff638.tar.bz2 otp-bb640845a1b4ac5ae8d1e6114ad64f7749cff638.zip |
Fix typos
Diffstat (limited to 'lib/mnesia/examples/bench')
-rw-r--r-- | lib/mnesia/examples/bench/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mnesia/examples/bench/README b/lib/mnesia/examples/bench/README index 5d31b5ba25..3648fb59da 100644 --- a/lib/mnesia/examples/bench/README +++ b/lib/mnesia/examples/bench/README @@ -141,7 +141,7 @@ statistics_detail following atoms: normal, debug and debug2. debug enables a finer grain of statistics to be reported, but since it requires more counters, to be updated by the generator processes it may - cause slightly worse benchmark performace figures than the brief + cause slightly worse benchmark performance figures than the brief default case, that is normal. debug2 prints out the debug info and formats it according to LMC's benchmark program. @@ -160,7 +160,7 @@ n_fragments Defines how many fragments each table should be divided in. Default is 100. The fragments are evenly distributed over - all table nodes. The group table not devided in fragments. + all table nodes. The group table not divided in fragments. n_replicas |