From 18b0c1d3f3e43992a4770964efad172cf77c3462 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sun, 21 Jul 2019 02:09:16 -0400 Subject: initial commit --- config.yaml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 config.yaml (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..7e5c778 --- /dev/null +++ b/config.yaml @@ -0,0 +1,51 @@ +--- +# log level +log_level: "debug" + +# 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" + arch: "armv6l" + pi: true + + - name: "pi3b-peach" + host: "peach" + text: "Raspberry Pi 3 Model B" + arch: "armv7l" + pi: true + + - name: "pi3b+-pecan" + host: "pecan" + text: "Raspberry Pi 3 Model B+" + arch: "armv7l" + pi: true + + - name: "pi4b-cherry" + host: "cherry" + text: "Raspberry Pi 4 Model B" + arch: "armv7l" + pi: true + + - name: "i78650u-flex" + host: "flex" + text: "Intel i7-8650U" + arch: "amd64" + pi: false + + - name: "linode" + host: "pmdn.org" + text: "Linode VM (1 Core)" + arch: "amd64" + pi: false + + - name: "tr1950x-v4" + host: "v4.wg" + text: "AMD Ryzen Threadripper 1950X" + arch: "amd64" + pi: false -- cgit v1.2.3