Commit Graph

51 Commits

Author SHA1 Message Date
c54aaef212 Capitalize section headings in README.md. 2018-04-02 13:17:27 +03:00
7ee5776eff Remove build dependency on xxd/vim-common. 2018-01-06 11:11:53 +03:00
cc616483fc Fix a typo in README.md. 2017-12-23 13:33:12 +03:00
4d317e4797 Correct build instructions regarding macOS-specific LDFLAGS. 2017-12-23 13:31:40 +03:00
a23866610f Add references to openssl and proper LDFLAGS to macOS build instructions. 2017-11-10 21:24:15 +03:00
fa6d0d1246 Add libtool to macOS build requirements. 2017-11-10 10:12:43 +03:00
04f2cfabb9 Fix wording in README.md. 2017-04-28 08:49:11 -07:00
43d5ba2f35 Add TOC to README.md. 2017-04-21 13:40:35 +03:00
f9a5dcd6e1 Typo fix. 2017-04-17 21:26:34 +03:00
393da8298f Updated Linux installation instructions. 2017-04-13 23:25:45 +03:00
770463bdb4 Updated project description in README.md and packaging files. 2017-04-13 23:01:06 +03:00
a50959ce2a Add RPM/DEB badges to README.md. 2017-04-09 16:22:10 +03:00
0f3823b3dd Fix a heading format in README.md. 2017-04-09 16:01:07 +03:00
2c963ea204 Add Windows installation instructions to README.md. 2017-04-09 15:58:27 +03:00
9e41f5fd5f Add macOS installation instructions to README.md. 2017-04-09 15:55:11 +03:00
30abfe138e Add instructions on binary package installation to README.md. 2017-04-09 15:47:22 +03:00
d7e06d4e7f Fix dependency names in documented build requirements for RedHat/CentOS. 2017-04-06 14:27:26 +03:00
5ec3df7695 Add libaio-dev to documented build dependencies. 2017-04-04 14:34:39 +03:00
3a217b2826 Fix broken Windows section formatting. 2017-04-01 17:22:41 +03:00
126cd10486 Improve formatting. 2017-04-01 17:21:55 +03:00
19f2dc73e2 Fix #114: building sysbench on Windows
Document the current Windows (non)support status and WSL as a
recommended way to build on Windows 10.
2017-04-01 17:17:04 +03:00
84bec5e223 Improved structure + shell decorates in build instructions. 2017-04-01 16:57:51 +03:00
e1cd610c0c Fix #102: Document build requirements
Document build requirements for Debian/Ubuntu, RedHat/CentOS and macOS.
2017-04-01 16:49:27 +03:00
6b60ce7c8b Add a release badge to README.md. 2017-02-26 19:06:44 +03:00
dc28fd86a4 README.md cleanup. 2017-02-26 18:34:43 +03:00
f5f8595876 Fix documented defaults for --events and --time. 2017-02-15 16:56:28 +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