-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Copy pathsnapcraft.yaml.in
36 lines (31 loc) · 923 Bytes
/
snapcraft.yaml.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: sysbench
version: @PACKAGE_VERSION@
summary: Scriptable database and system performance benchmark
description: |
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.
sysbench comes with the following bundled benchmarks:
- oltp_*.lua: a collection of OLTP-like database benchmarks
- fileio: a filesystem-level benchmark
- cpu: a simple CPU benchmark
- memory: a memory access benchmark
- threads: a thread-based scheduler benchmark
- mutex: a POSIX mutex benchmark
grade: stable
confinement: classic
apps:
sysbench:
command: sysbench
plugs:
- network
parts:
sysbench:
source: .
plugin: autotools
build-packages:
- libmysqlclient-dev
stage-packages:
- libmysqlclient20
- libaio1