summaryrefslogtreecommitdiffhomepage
path: root/benchmark
diff options
context:
space:
mode:
authorfurunkel <[email protected]>2015-04-23 22:27:19 +0200
committerfurunkel <[email protected]>2015-04-23 22:27:19 +0200
commita96b871c463591b9e8d6f0fa541665dfc2769539 (patch)
tree0040342dd1d4baa60c0f9d2bb710940c14152c6b /benchmark
parent6246483f12366818e38a5cd6070f71fefe0b8b94 (diff)
downloadmruby-a96b871c463591b9e8d6f0fa541665dfc2769539.tar.gz
mruby-a96b871c463591b9e8d6f0fa541665dfc2769539.zip
Add task for running and plotting benchmarks
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/ao-render.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/ao-render.rb b/benchmark/ao-render.rb
index 37bb4ad31..8212c3a13 100644
--- a/benchmark/ao-render.rb
+++ b/benchmark/ao-render.rb
@@ -5,8 +5,8 @@
# mruby version by Hideki Miura
#
-IMAGE_WIDTH = 256
-IMAGE_HEIGHT = 256
+IMAGE_WIDTH = 64
+IMAGE_HEIGHT = 64
NSUBSAMPLES = 2
NAO_SAMPLES = 8