Rename --max-requests to --events, --max-time to --time.

Print warnings if old names are used, but accept them for compatibility.
This commit is contained in:
Alexey Kopytov
2017-02-01 17:20:22 +03:00
parent 8f227f64b3
commit 788fcbb30b
28 changed files with 106 additions and 76 deletions

View File

@ -2,7 +2,7 @@
-- -------------------------------------------------------------------------- --
-- Bulk insert benchmark: do multi-row INSERTs concurrently in --num-threads
-- threads with each thread inserting into its own table. The number of INSERTs
-- executed by each thread is controlled by either --max-time or --max-requests.
-- executed by each thread is controlled by either --time or --events.
-- -------------------------------------------------------------------------- --
cursize=0