Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : sysbench | |||||
| version : 1.0.20 | |||||
| release : 1 | |||||
| source : | |||||
| - https://github.com/akopytov/sysbench/archive/refs/tags/1.0.20.tar.gz : e8ee79b1f399b2d167e6a90de52ccc90e52408f7ade1b9b7135727efe181347f | |||||
| license : GPL-2.0-or-later | |||||
| component : programming.tools | |||||
| summary : Scriptable database and system performance benchmark | |||||
| description: | | |||||
| Scriptable database and system performance benchmark | |||||
joebonrichie: nit: would prefer a slightly more descriptive description, from their github README:
"sysbench… | |||||
| builddeps : | |||||
| - pkgconfig(libmariadb) | |||||
| - pkgconfig(libpq) | |||||
| - pkgconfig(libssl) | |||||
| - libaio-devel | |||||
| setup : | | |||||
| $workdir/autogen.sh | |||||
joebonrichieUnsubmitted Not Done Inline Actionsnit: we have an %autogen macro which you can use instead. With that you can drop the configure macro and pass the configure options to autogen instead. joebonrichie: nit: we have an `%autogen` macro which you can use instead. With that you can drop the… | |||||
| %configure --with-pgsql --with-mysql-includes=/usr/include/mysql | |||||
| build : | | |||||
| %make | |||||
| install : | | |||||
| %make_install | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
nit: would prefer a slightly more descriptive description, from their github README:
"sysbench is a scriptable 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."