From f7c2b0388ada42c53d8ec088dffb4825fd0e7d87 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 28 Jun 2022 11:31:16 +0900 Subject: [PATCH] benchmark/bm_so_lists.rb: address the broken link; close #5737 The original page was lost, so we added the link to the wayback machine. --- benchmark/bm_so_lists.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/benchmark/bm_so_lists.rb b/benchmark/bm_so_lists.rb index fdee0e4d4..f620297f4 100644 --- a/benchmark/bm_so_lists.rb +++ b/benchmark/bm_so_lists.rb @@ -1,4 +1,6 @@ # from http://www.bagley.org/~doug/shootout/bench/lists/lists.ruby +# which is lost long time ago. The past content can be retrieved from +# https://web.archive.org/web/20040805115204/http://www.bagley.org/~doug/shootout/bench/lists/lists.ruby NUM = 300 SIZE = 10000