sysbench 1.0.20+ds-1 source package in Ubuntu

Changelog

sysbench (1.0.20+ds-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.5.0 (from 4.4.1; no further changes).
  * Bump compat level to 13 (from 12).
  * Rules: use execute_before instead of overriding dh_auto_build.
  * Copyright: bump years for upstream and packaging.
  * Patches: add 06 to prevent git commit hash from becoming part of the
    program's version string.
  * Control: restore support for building on armhf, tests no longer hang
    on that platform.

 -- JCF Ploemen (jcfp) <email address hidden>  Fri, 05 Jun 2020 13:47:03 +0000

Upload details

Uploaded by:
jcfp
Uploaded to:
Sid
Original maintainer:
jcfp
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
sysbench_1.0.20+ds-1.dsc 2.1 KiB bb0688534782919d3b9b66a8ccd181eb8ce0d5a646a0b8798b0826bebb0979f9
sysbench_1.0.20+ds.orig.tar.gz 235.6 KiB 9a2d8f1b7474d7956ec6ca69301ed0e4f916295d2d7d400f0622caf8c0c34da7
sysbench_1.0.20+ds-1.debian.tar.xz 10.7 KiB 310ab0635053ed6b8a5efc051a05816ddf8741a150e73aa0de88885cdca36eac

Available diffs

No changes file available.

Binary packages built by this source

sysbench: multi-threaded benchmark tool for database systems

 SysBench is a modular, scriptable and multi-threaded benchmark tool based on
 LuaJIT. It is most frequently used for database benchmarks, but can also be
 used to create arbitrarily complex workloads that do not involve a database
 server.
 .
 The idea of this benchmark suite is to quickly get an impression about system
 performance without setting up complex database benchmarks or even without
 installing a database at all.
 .
 Current features allow one to test the following system parameters:
 .
  * file I/O performance
  * scheduler performance
  * memory allocation and transfer speed
  * POSIX threads implementation performance
  * database server performance (OLTP benchmark)
 .
 Primarily written for MySQL server benchmarking, SysBench will be further
 extended to support multiple database backends, distributed benchmarks and
 third-party plug-in modules.

sysbench-dbgsym: debug symbols for sysbench