Arif Ali
2bee672d92
Added timestamp variable, and output the results to a file, so that these can be viewed agin at a later date
10 lines
431 B
Plaintext
10 lines
431 B
Plaintext
export DOWNLOADS=~/Downloads
|
|
export WORKDIR=~/rpi-hpl-workdir
|
|
export RESULTSDIR=${WORKDIR}/results
|
|
export SCRIPTSDIR=${PWD}
|
|
export SERVICES="snap.lxd.daemon snap.lxd.daemon.unix.socket postfix systemd-timesyncd wpa_supplicant snapd snapd.apparmor.service systemd-resolved snapd.service snapd.socket"
|
|
|
|
# Flags based on https://en.wikichip.org/wiki/arm_holdings/microarchitectures/cortex-a72
|
|
export COMMON_FLAGS="-mtune=cortex-a72"
|
|
|