Files
bpfire/config/rootfiles/packages
Adolf Belka adcc5193fb sysbench: Update to 1.0.20
- Update from 0.4.12 to 1.0.20
- Updated rootfile
- Changelog
    2020-04-24  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.20
	* build/CI/packaging: Add arm64 to Travis CI matrix (#358)
	* build/CI/packaging: add Ubuntu Focal
	* build/CI/packaging: remove Fedora Rawhide from CI matrix
	* build/CI/packaging: fix regression tests to work with MySQL 8.0.19+
	* build/CI/packaging: fix macOS builds in Travis
	* build/CI/packaging: remove Ubuntu Disco (EOL)
    2019-12-08  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.19
	* build/CI/packaging: fix Ubuntu packaging for Bionic and later versions
	* regression tests: compatibility fix for PostgreSQL 12
	* build/CI/packaging: fix macOs builds in Travis
	* build/CI/packaging: add Fedora 31.
    2019-10-21  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.18
	* build/CI/packaging: add Ubuntu Eoan.
	* build/CI/packaging: remove Ubuntu Cosmic (EOL).
	* build/CI/packaging: add CentOS 8.
	* build/CI/packaging: add Ubuntu Disco.
	* build/CI/packaging: remove Ubuntu Trusty (EOL).
	* build/CI/packaging: remove Fedora 28 (EOL).
	* build/CI/packaging: add Fedora 30.
	* build/CI/packaging: cherry-pick fix for LuaJIT/LuaJIT#484 to
	fix builds on macOS Mojave.
	* build/CI/packaging: add Debian Buster
    2019-03-15  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.17
	* build/CI/packaging: update RPM spec to support RHEL8-beta
	(thanks to Alexey Bychko for the patch)
	* regression tests: remove unnecessary error leading to opt_rate.t instability.
	* --rate mode: return a non-zero exit code on event queue
	overflow.
	* --rate mode: fix a bogus error about eventgen thread termination
    2018-12-16  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.16
	* build/CI/packaging: add Ubuntu Cosmic.
	* build/CI/packaging: add Fedora 29.
	* build/CI/packaging: remove Fedora 27 (EOL).
	* SQL API: fix GH-282 (Mysql's fetch_row() is broken)
	* --rate mode: fix latency stats skew on low rates
	* Lua: Add /usr/share/lua/5.1 to LUA_PATH and /usr/lib/lua/5.1
	to LUA_CPATH.
	* build/CI/packaging: add -Wvla to default compiler flags.
	* build/CI/packaging: fix debian/changelog format
	* build/CI/packaging: fix buildpack.sh to not push multiple file
	types to packagecloud.
	* build/CI/packaging: add libaio-dev to Debian/Ubuntu build
	dependencies.
    2018-07-03  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.15
	* CI/build/packaging: add Fedora 28
	* CI/build/packaging: add Ubuntu Bionic
	* CI/build/packaging: remove Fedora 26 (EOL)
	* CI/build/packaging: remove Debian Wheezy (EOL)
	* fileio: fix GH-229 (--file-fsync-freq=0 seems to prevent
	fsync() at the end of the test)
	* command line: improve parsing of boolean command line options
	* tests: fix GH-220 (Testsuite api_sql_mysql.t failed ...)
	* tests: fix GH-223 (test failure on ppc64)
	* tests: fix opt_help.t to pass when the binary is not
	configured with MySQL support
	* MySQL driver: use it by default in DB benchmarks
    2018-04-01  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.14
	* reports: fix JSON stats reporter to produce valid JSON
	(GH-195)
	* Lua SQL API: don't crash when query_row() is called with a
	SELECT returning empty result set
	* Lua SQL API: don't crash when bulk insert API calls are used
	out of order
	* regression tests: make PostgreSQL tests compatible with the
	new dump format introduced in 10.3
	* regression tests: minor stability and coverage improvements
    2018-02-17  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.13
	* remove Ubuntu Zesty from CI/build/packaging matrices (EOL)
	* minor cleanups in build scripts
	* improve report formatting for long latency values
	* fileio: --file-extra-flags now accepts a list of flags rather
	than just a single value
	* OLTP: re-prepare prepared statements after reconnects, i.e. in
	cases when a server connection is lost and sysbench is
	configured to ignore such errors
    2018-01-17  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.12
	* improve --rate mode precision for high argument values
	* add Fedora Rawhide and Debian Sid to CI matrix
	* fix compile-time architecture detection for some Broadwell
	CPUs which were incorrectly identified as Core 2.
	* remove build dependency on xxd (and vim-minimal package)
	* fix Lua API to correctly stop the benchmark when event()
	returns a value other than nil or false (thanks to caojiafeng
	for the patch)
	* fix the fileio benchmark when the specified file size is not a
	multiple of block size
	* fix the fileio benchmark to throw a descriptive error when the
	specified file size does not match the size of files created by
	'prepare'
	* remove Fedora 25 from CI/build/packaging matrices (EOL)
	* minor improvements in tests and documentation.
    2017-12-09  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.11
	* add Debian Stretch to CI/build/packaging matrices
	* add Fedora 27 to CI/build/packaging matrices
	* make statistic counters usable from Lua scripts
	* fix the PostgreSQL driver to be compatible with CockroachDB
	(GH-180)
	* fix oltp_insert.lua to work correctly when both --tables and
	--threads are greater than 1 (GH-178)
	* fix FreeBSD builds by adding -rdynamic to the default linker
	flags (GH-174)
	* minor documentation updates
    2017-10-25  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.10
	* fixed PK conflicts in oltp_insert.lua by creating empty tables
	on 'prepare'
	* made sysbench.opt available to init()/done() by exporting it
	to the global Lua state
	* added Fedora 26 (both x86_64 and AArch64) to the list of
	supported and tested distributions
	* fixed GH-172: sysbench 1.0.9 doesn't build with mariadb 10.2.8
	* add the /usr/local LuaRocks root directory to default LUA_PATH
	and LUA_CPATH
	* removed Fedora 24, Ubuntu Precise, Yakkety from default build
	matrices
	* added Ubuntu Artful to default build matrices
    2017-09-05  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.9
	* fixed oltp_delete.lua to not use INSERT statements for
	consistency with other oltp_* benchmarks (GH-168)
	* added a workaround for MySQL bug #87337 "8.0.2 reintroduces
	my_bool to client API"
	* fixed building on on Debian GNU/kFreeBSD (GH-161)
	* fixed building against MariaDB 10.2 (thanks to Xavier Bachelot
	for the patch, GH-160)
    2017-07-04  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.8
	* fixed api_report test for slow machines (thanks to @jcfp)
	* fileio: suggest to run prepare step on missing files (thanks
	to Heinrich Schuchardt)
	* JSON reports: removed an erroneous trailing comma (GH-139)
	* added events per second to the CPU benchmark report (GH-140)
	* fixed db_connect() in legacy SQL API to use the default value
	for --db-driver (GH-146)
	* removed busy-wait in the bounded event generation mode
	(--rate) to avoid CPU hogging
    2017-05-15  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.7
	* Ubuntu Zesty added to package build matrix
	* fixed GH-130: Mutex Benchmark Documentation
	* fixed latency reports in the --rate mode
	* fixed compiler warnings when building against MySQL 8.0 client
	libraries
    2017-04-13  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.6
	* no functional changes
	* many build- and packaging-related improvements
	* Linux packages are now automatically built using Travis CI and
	packpack, hosted by packagecloud.io
    2017-04-02  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.5
	* various build-related documentation updates
	* benchmark can now be specified by a module name on the command
	line
	* memory benchmark: performance and scalability improvements
	* fix ARMv6 builds with system ConcurrencyKit
	* fix GH-123: Table already exists error on prepare
	* fix GH-121: make buildhost cpudetection optional
    2017-03-13  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.4
	* fixed a number of compilation errors and warnings that were
	specific to 32-bit platforms
	* bundle cram (regression tests framework) and use it by default
	in 'make test'
	* bundled ConcurrencyKit updated to 0.6.0
    2017-02-26  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.3
	* LuaJIT scalability improvements for non-x86 architectures
	* performance optimizations in oltp_read_write.lua to avoid Lua
	string management
	* fixed Illumos builds (thanks to Dillon Amburgey)
    2017-02-17  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.2
	* improved scalability for --report-checkpoints mode
	* fix builds on CentoOS 6 and autoconf 2.63
	* support for Snap (http://snapcraft.io) packages
    2017-02-05  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.1
	* fix clock_gettime runtime failure built with macOS 10.11 and
	Xcode 8.x
    2017-02-04  Aleksei Kopytov  <akopytov@gmail.com>
	* version 1.0.0
	* too much time and too many changes since the previous formal
	release, so briefly:
	* Lua scripts instead of hard-coded C tests for database
	("oltp") benchmarks + ability to create custom workloads
	* much better single-threaded performance
	* much better scalability
	* improvements and cleanups in command line syntax and options
	* latency histograms in cumulative statistic reports
	* report hooks to print statistics in custom formats
	(CSV/JSON/XML/etc.)
	* Dropped Windows support
	* Dropped support for Oracle, Drizzle and libattachsql drivers

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:39:44 +00:00
..
2021-02-03 22:50:36 +00:00
2021-02-03 22:50:36 +00:00
2021-02-03 22:50:36 +00:00
2021-03-06 11:14:51 +00:00
2021-02-03 22:50:36 +00:00
2018-11-13 14:28:00 +00:00
2013-06-27 06:36:38 +02:00
2018-03-27 20:56:31 +01:00
2020-09-24 17:36:37 +00:00
2020-12-02 17:55:51 +00:00
2020-12-28 13:15:29 +00:00
2018-12-01 16:13:25 +00:00
2020-09-28 10:11:54 +00:00
2021-02-01 10:45:54 +00:00
2020-09-17 18:49:44 +00:00
2011-06-01 23:46:42 +02:00
2020-09-24 17:36:37 +00:00
2021-02-01 10:46:08 +00:00
2021-02-01 10:31:29 +00:00
2021-02-05 11:24:25 +00:00
2018-11-09 14:29:04 +00:00
2019-03-18 02:54:30 +00:00
2021-03-10 13:50:36 +00:00
2020-04-25 09:03:59 +00:00
2010-07-25 20:13:50 +02:00
2020-04-26 07:35:35 +00:00
2019-04-03 00:33:44 +01:00
2018-02-16 19:14:33 +00:00
2019-04-03 00:26:13 +01:00
2012-08-24 15:44:11 +02:00
2018-10-31 09:30:44 +00:00
2020-11-27 15:49:50 +00:00
2017-06-14 15:52:33 +01:00
2019-08-16 12:47:05 +02:00
2012-10-09 11:34:28 +02:00
2013-10-24 18:14:22 +02:00
2021-03-10 13:56:46 +00:00
2020-12-21 16:35:10 +00:00
2018-01-05 18:04:47 +00:00
2011-03-10 16:53:59 +01:00
2013-09-27 00:48:55 +02:00
2016-04-05 23:47:36 +01:00
2020-09-30 09:58:51 +00:00
2013-06-19 11:49:34 +02:00
2020-06-19 17:14:59 +00:00
2020-09-30 13:32:38 +00:00
2021-02-08 11:55:02 +00:00
2020-04-26 07:31:17 +00:00
2016-04-17 20:08:15 +01:00
2021-02-01 10:38:31 +00:00
2014-12-07 15:46:39 +01:00
2012-08-07 20:29:06 +02:00
2007-08-31 22:40:26 +00:00
2011-08-08 22:45:25 +02:00
2007-09-15 11:36:05 +00:00
2020-04-26 07:31:54 +00:00
2016-06-01 22:22:33 +01:00
2021-02-01 10:48:40 +00:00
2020-04-26 07:43:59 +00:00
2020-10-02 14:54:18 +00:00
2015-04-25 09:49:37 +02:00
2018-06-19 11:33:51 +01:00
2020-04-26 07:33:44 +00:00
2016-05-17 14:08:45 +01:00
2020-08-17 17:53:40 +00:00
2020-08-19 14:08:53 +00:00
2020-04-26 07:33:58 +00:00
2016-06-01 22:25:06 +01:00
2020-09-24 17:36:37 +00:00
2017-04-11 14:23:54 +01:00
2021-02-03 22:15:07 +00:00
2015-07-09 12:09:07 +02:00
2021-03-03 16:48:30 +00:00
2016-04-06 19:44:34 +02:00
2021-01-28 16:49:00 +00:00
2020-05-26 11:13:06 +00:00
2013-08-28 11:18:37 +02:00
2020-04-26 07:46:10 +00:00
2009-12-26 01:03:46 +01:00
2017-03-25 11:09:50 +01:00
2019-08-16 12:45:14 +02:00
2018-06-18 14:12:43 +01:00
2021-03-10 13:58:24 +00:00
2020-10-12 10:07:42 +00:00
2016-04-08 16:12:19 +01:00
2020-09-24 17:36:37 +00:00
2020-05-09 12:03:59 +00:00
2020-04-25 09:04:24 +00:00
2019-03-25 23:44:24 +00:00
2019-10-08 19:06:34 +00:00
2018-02-06 00:34:58 +00:00
2020-08-16 10:29:42 +00:00
2020-04-26 07:34:19 +00:00
2013-03-04 12:20:51 +01:00
2020-10-06 12:18:58 +00:00
2019-03-10 18:22:39 +00:00
2015-06-23 20:38:49 +02:00
2012-10-09 11:34:28 +02:00
2012-10-09 11:34:28 +02:00
2020-10-06 12:10:26 +00:00
2020-10-06 12:10:18 +00:00
2020-10-06 12:09:37 +00:00
2020-12-02 17:54:56 +00:00
2010-07-25 20:13:50 +02:00
2010-07-25 20:13:50 +02:00
2010-07-25 20:13:50 +02:00
2012-11-01 21:38:59 +01:00
2021-02-08 16:33:24 +00:00
2016-05-17 14:08:47 +01:00
2020-08-18 10:10:13 +00:00
2019-10-09 18:06:54 +02:00
2012-11-26 10:56:48 +01:00
2017-05-20 09:52:53 +01:00
2012-12-31 17:00:48 +01:00
2018-11-11 18:55:35 +00:00
2020-08-17 10:10:11 +00:00
2020-04-26 07:34:36 +00:00
2018-11-11 16:21:01 +00:00
2020-08-16 10:29:42 +00:00
2018-01-24 16:12:46 +00:00
2019-12-29 08:50:52 +00:00
2013-12-27 11:29:10 +01:00
2020-04-25 09:03:26 +00:00
2020-09-30 17:10:39 +00:00
2021-03-22 10:39:44 +00:00
2020-04-26 07:34:55 +00:00
2013-06-06 10:58:04 +02:00
2012-09-18 16:33:47 +02:00
2014-06-02 21:34:16 +02:00
2014-10-30 17:52:50 +01:00
2019-02-07 15:15:26 +00:00
2020-11-26 16:15:48 +00:00
2021-03-10 14:00:13 +00:00
2012-11-01 21:38:59 +01:00
2020-02-16 11:48:22 +01:00
2020-02-16 16:26:35 +01:00
2012-11-15 18:24:16 +01:00
2010-07-12 05:32:07 +02:00
2019-10-08 18:52:05 +00:00
2018-11-08 15:07:17 +00:00
2020-04-26 07:35:14 +00:00