aboutsummaryrefslogtreecommitdiff
path: root/run.rb
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2019-07-23 02:20:29 -0400
committerPaul Duncan <pabs@pablotron.org>2019-07-23 02:20:29 -0400
commitea813011e04fccccee36899bdbf6a92d733708ef (patch)
tree8360a1e082a0a3f97943b56884ec720c5724316f /run.rb
parent654647ab7ed7daaf6887c9b93af11a74eeeeab1c (diff)
downloadpi4-bench-ea813011e04fccccee36899bdbf6a92d733708ef.tar.bz2
pi4-bench-ea813011e04fccccee36899bdbf6a92d733708ef.zip
remove unused "arch" directive in config (now pulled from lscpu), and replace "pi" with "set" directiveHEADmaster
Diffstat (limited to 'run.rb')
-rwxr-xr-xrun.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/run.rb b/run.rb
index c0d8457..d231e45 100755
--- a/run.rb
+++ b/run.rb
@@ -615,8 +615,8 @@ module PiBench
# parse speed files
Dir[glob].each do |path|
- # get arch
- arch = row['pi'] ? 'arm' : 'x86'
+ # get arch set (e.g. "arm" or "x86")
+ arch = row['set']
# parse file
File.readlines(path).select { |line|