88 Commits

Author SHA1 Message Date
35811b9b89 Minor README.md fixes. 2017-03-29 08:37:18 +03:00
b33e546fcf Add --luajit-cmd option which is equivalent to 'luajit -j'. 2017-03-29 00:21:45 +03:00
842947a68d Merge branch '1.0' 2017-02-26 19:07:10 +03:00
6b60ce7c8b Add a release badge to README.md. 2017-02-26 19:06:44 +03:00
f375c4425d Fix branch URLs for the master branch. 2017-02-26 18:36:11 +03:00
f05fb95cfc Merge branch '1.0' 2017-02-26 18:35:30 +03:00
dc28fd86a4 README.md cleanup. 2017-02-26 18:34:43 +03:00
adc0595481 Fix markdown. 2017-02-15 16:58:15 +03:00
81f9bd4f21 Merge branch '1.0' 2017-02-15 16:57:42 +03:00
f5f8595876 Fix documented defaults for --events and --time. 2017-02-15 16:56:28 +03:00
073a1b445f Add --warmup-time option. 2017-02-15 15:53:50 +03:00
7af86b8619 Put autogen.sh back for compatibility, but make it use autoreconf. 2017-02-15 08:36:32 +03:00
de40e79dd8 Remove autogen.sh, use autoreconf instead. 2017-02-14 23:31:51 +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
dd19f10b93 Remove --test from documentation. 2017-02-01 11:33:34 +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
48375407fa Grammar fixes. 2017-01-25 11:04:56 +03:00
45e219d038 Change the command line syntax: remove the --test option. 2017-01-25 00:02:59 +03:00
0b8bd15242 s/SysBench/sysbench/g 2017-01-18 15:24:50 +03:00
5a63a124a1 Fix Travis/Coveralls links in the 'master' branch. 2017-01-16 16:13:52 +03:00
5807d7772d Move Oracle build steps into a separate file.
Move Oracle build steps into a separate file, link to it from the main
README.md.
2016-09-26 14:24:14 +03:00
fc37905725 simple build instructions to include oracle client, Also minor change to look at correct folder structure of 12.1 oracle client. 2016-09-26 11:53:01 +01:00
7a57642193 Manually merge branch '0.5' into 1.0 2016-09-05 16:10:00 +03:00
c1c84148f4 Add Coverage Status shield from coveralls.io. 2016-09-05 16:08:23 +03:00
f366d873b3 Fix branch name in Travis CI integration. 2016-09-05 14:53:16 +03:00
ce4996c536 Backport Travis CI support from 1.0. 2016-09-05 14:51:05 +03:00
9ac55acc1d Merge branch '0.5' into 1.0 2016-05-31 09:17:10 +03:00
41be58594d Duplicate line
Removing duplicate line
2016-05-24 14:18:08 +04:30
fe7b994c2e Add build status to README.md. 2016-03-22 16:17:55 +03:00
e24a028409 Fixes #18: lrand48() is not thread-safe
and
LP#1412488: lrand48() doesn't scale well on highly concurrent platforms

Use re-entrant versions of standard RNG functions with thread-local
states. Seed thread-local RNGs from the RNG of the thread invoking
sb_thread_create() (i.e. the main thread).

The main thread RNG is now always seeded from timer, unless --rand-seed
is specified. Which obsoletes --rand-init, so it has been removed.
2016-02-24 00:26:30 +08:00
a587438c3b Cosmetic changes to README.me. 2015-07-07 10:15:26 +03:00
bab1bb1acf More formatting fixes. 2015-06-11 15:10:09 +03:00
07f149f72d More formatting fixes. 2015-06-11 15:09:19 +03:00
076522cdd7 Misc. formatting fixes. 2015-06-11 15:01:38 +03:00
8151650c24 Update README.md with installation and usage instructions extracted from
the old manual.
2015-06-11 14:54:05 +03:00
9c918a9d8b Replaced README with README.md 2015-03-08 17:14:22 +03:00