1451afb3f3
fix api_report test latency check
2017-05-27 10:32:30 +02:00
463a6c1bf8
corrected opt_help.t to include thread-init-timeout
2017-05-19 09:07:19 -07:00
b3081ae594
Merge branch '1.0'
2017-04-28 17:16:39 -07:00
d15d273226
Fix #130 : Mutex Benchmark Documentation
...
Fix --mutex-loops description to say it's the number of empty loops
outside the lock. Also, make the loops really empty by using a compiler
barrier instead of incrementing a local variable.
2017-04-28 17:08:54 -07:00
1e20657eb4
Merge branch '1.0'
2017-04-02 11:44:34 +03:00
e60ea86b69
Fix api_basic.t.
2017-04-02 11:29:29 +03:00
480c34c33b
Report errors thrown by the script properly with the 'sysbench modulename' syntax.
2017-04-02 10:42:01 +03:00
17125bad89
Merge branch '1.0'
2017-03-31 13:56:22 +03:00
fb7e62db24
Allow benchmarks to be specified as a module name, i.e. a require() argument.
2017-03-31 13:52:55 +03:00
0adddc2b83
Merge branch '1.0'
2017-03-29 21:07:40 +03:00
a0658f09ce
Memory benchmark optimizations.
...
Optimize the memory benchmark:
- get rid of the global mutex to calculate statistics
- remove if() and switch() branches on critical code paths
- align memory blocks to OS page size
- use native machine word size instead of 'int'
2017-03-29 21:02:07 +03:00
f4278f38fa
Merge branch '1.0'
2017-03-29 16:44:07 +03:00
d514625849
Override the default time limit in test_memory.t to improve stability.
2017-03-29 16:43:35 +03:00
0245b32375
Fix opt_luajit_cmd.t.
2017-03-29 08:00:53 +03:00
b33e546fcf
Add --luajit-cmd option which is equivalent to 'luajit -j'.
2017-03-29 00:21:45 +03:00
7cb522df26
Merge branch '1.0'
2017-03-12 12:03:42 +03:00
956d12996e
Fix "PYTHONPATH: unbound variable" error in test_run.sh.
2017-03-12 12:03:21 +03:00
ce7770c626
Merge branch '1.0'
2017-03-12 10:46:59 +03:00
89ab44d50e
Fix #119 (oltp_insert.lua + --auto-inc=0 fails)
...
Fix oltp_insert.lua when run with --auto-inc disabled. Add regression tests.
2017-03-12 10:45:03 +03:00
1a5c39a943
Merge branch '1.0'
2017-03-05 22:10:44 +03:00
355f6331d0
Define cram-specific variables in AM_TESTS_ENVIRONMENT.
2017-03-05 21:59:38 +03:00
f9315b637d
Bundle cram and make it used automatically by 'make test'.
2017-03-05 21:14:24 +03:00
2343e4bbe2
Merge branch '1.0'
2017-02-28 12:30:28 +03:00
9bd33c7e41
Fix grammar in help text for --skip-trx.
2017-02-28 12:30:10 +03:00
db43a57190
Make opt_warmup_time.t more deterministic.
2017-02-15 16:21:38 +03:00
073a1b445f
Add --warmup-time option.
2017-02-15 15:53:50 +03:00
800f2e90e6
Rename the 'prewarm' command to 'warmup'. Keep the old name as an alias.
2017-02-14 14:09:52 +03:00
1654ef0a16
Fix OLTP regression tests.
2017-02-09 10:52:26 +03:00
21d87e792e
Run OLTP RW regression tests with a single thread for more deterministic results.
2017-02-05 11:22:47 +01:00
08e5b4fa9e
Add a new line to an error message.
2017-02-02 23:32:46 +03:00
40c14789aa
Export mysql_drv_reconnect() to Lua SQL API.
2017-02-02 10:59:51 +03:00
9fdec9dccf
Rename sysbench.option_defs to sysbench.cmdline.options.
2017-02-01 19:31:53 +03:00
b5b1878740
Fix opt_report_interval.t.
2017-02-01 19:31:40 +03:00
4a755b1c5d
Make the default intermediate reports format a little more terse.
2017-02-01 18:57:37 +03:00
7f56e219f7
Rename --num-threads to --threads.
...
Accept the old name with a warning for compatibility.
2017-02-01 17:42:39 +03:00
788fcbb30b
Rename --max-requests to --events, --max-time to --time.
...
Print warnings if old names are used, but accept them for compatibility.
2017-02-01 17:20:22 +03:00
8f227f64b3
Rename --tx-rate to --rate, keep --tx-rate as a deprecated alias.
2017-02-01 16:28:14 +03:00
2a3ca019cb
if the test name on the command line is "-", read Lua script from the standard input.
2017-02-01 10:56:05 +03:00
d017ae0c85
Support the deprecated --test option for compatibility with legacy scripts.
2017-02-01 10:10:27 +03:00
443a60bd28
Export histogram API to Lua.
2017-01-31 20:51:47 +03:00
217463c6b2
Really fix api_basic.t.
2017-01-31 14:25:52 +03:00
cb12882e54
Fix api_basic.t.
2017-01-31 13:47:46 +03:00
094c15d555
Make sysbench.cmdline.argv available from the master thread.
2017-01-31 13:21:57 +03:00
abb3f55a5f
Export command line arguments + command name to sysbench.cmdline.
2017-01-31 12:52:59 +03:00
419be9f8ea
Properly close/deallocate connections on 'prepare'.
2017-01-30 13:54:15 +03:00
591c588fa7
Implement custom report hooks. Add CSV and JSON reporters as examples.
2017-01-29 23:46:43 +03:00
04b4f756d9
Refactor stats reporting to make custom reports possible.
2017-01-29 19:32:14 +03:00
12e56538f3
Parallel 'prepare' and 'prewarm' (MySQL-only) commands for OLTP benchmarks.
2017-01-28 17:55:29 +03:00
49aa0b4322
Fixes #78 : better error hints for missing help command
...
Now if the help command is specified for a script, sysbench first check
if the script impelements a custom help command, and calls it. If no
custom command is defined, it checks whether the script declares any
command line options, in which case it prints their description. If
neither the help() function nor an option declaration is available,
sysbench prints an error message.
2017-01-28 16:20:29 +03:00
49016568ba
Implement custom commands + parallel custom commands.
2017-01-28 15:45:16 +03:00