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 d21166d..e9d41c4 100755
--- a/run.rb
+++ b/run.rb
@@ -720,7 +720,7 @@ module PiBench
svgs[arch] << {
algo: algo,
path: svg[:path],
- rows: svg[:rows].reverse,
+ rows: svg[:rows],
title: svg[:title],
}
@@ -774,7 +774,7 @@ module PiBench
'%s (%d bytes)' % [row[0], row[1].to_i],
(row[2].to_f / 1048576).round(2),
]
- }.reverse,
+ },
}
end