aboutsummaryrefslogtreecommitdiff
path: root/run.rb
diff options
context:
space:
mode:
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|