summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-09-17 09:23:23 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-09-17 09:23:23 +0900
commite4bd48f3f724216ee1a8e77ad1afb2e1dae79099 (patch)
tree1d386e7cd97bfe9b97cc2112713445a94222d472
parent6057b2e378b0f95f0cb6d0c69d8879a23393fe80 (diff)
parent8f883e5b20d191cc8c1b899208ccb1334c99d9fd (diff)
downloadmruby-e4bd48f3f724216ee1a8e77ad1afb2e1dae79099.tar.gz
mruby-e4bd48f3f724216ee1a8e77ad1afb2e1dae79099.zip
Merge pull request #2592 from miura1729/original2
update outdated links to the original program.
-rw-r--r--benchmark/ao-render.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmark/ao-render.rb b/benchmark/ao-render.rb
index 793804a7b..37bb4ad31 100644
--- a/benchmark/ao-render.rb
+++ b/benchmark/ao-render.rb
@@ -1,7 +1,6 @@
# AO render benchmark
# Original program (C) Syoyo Fujita in Javascript (and other languages)
-# http://lucille.atso-net.jp/blog/?p=642
-# http://lucille.atso-net.jp/blog/?p=711
+# https://code.google.com/p/aobench/
# Ruby(yarv2llvm) version by Hideki Miura
# mruby version by Hideki Miura
#