aboutsummaryrefslogtreecommitdiff
path: root/config.yaml
blob: 6c38d69ff03400a77b7d636d1b848e7718f32f2a (plain)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
# log level (optional, defaults to "info")
# log_level: "debug"

# log path (optional, defaults to STDERR)
# log_path: 'p4-bench.log'

# path to output directory
out_dir: "out"

# array of hosts to benchmark
# (order determines output order)
hosts:
  - name: "pi0w-zero"
    host: "zero"
    text: "Raspberry Pi Zero W"
    set:  "arm"

  - name: "pi3b-pecan"
    host: "pecan"
    text: "Raspberry Pi 3 Model B"
    set:  "arm"

  - name: "pi3b+-peach"
    host: "peach"
    text: "Raspberry Pi 3 Model B+"
    set:  "arm"

  - name: "pi4b-cherry"
    host: "cherry"
    text: "Raspberry Pi 4 Model B"
    set:  "arm"

  - name: "linode"
    host: "pmdn.org"
    text: "Linode VM (1 Core)"
    set:  "x86"

  - name: "i78650u-flex"
    host: "flex"
    text: "Intel i7-8650U (Lenovo X1 Carbon, 6th Gen)"
    set:  "x86"

  - name: "tr1950x-v4"
    host: "v4.wg"
    text: "AMD Ryzen Threadripper 1950X"
    set:  "x86"

# list of algorithms to test (optional)
# algos:
#   - blake2b512
#   - blake2s256
#   - sha256
#   - sha512
#   - aes-128-cbc
#   - aes-192-cbc
#   - aes-256-cbc