From 929982ecea67dc60d4e555f8bacc72dd291b917b Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sun, 8 Jul 2018 17:36:26 +0000 Subject: benchmark/*.yml: convert from benchmark/bm_*.rb git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63900 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- benchmark/bm_so_concatenate.rb | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 benchmark/bm_so_concatenate.rb (limited to 'benchmark/bm_so_concatenate.rb') diff --git a/benchmark/bm_so_concatenate.rb b/benchmark/bm_so_concatenate.rb deleted file mode 100644 index 873214de7c..0000000000 --- a/benchmark/bm_so_concatenate.rb +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/ruby -# -*- mode: ruby -*- -# $Id: strcat-ruby.code,v 1.4 2004/11/13 07:43:28 bfulgham Exp $ -# http://www.bagley.org/~doug/shootout/ -# based on code from Aristarkh A Zagorodnikov and Dat Nguyen - -STUFF = "hello\n" -i = 0 -while i<10 - i += 1 - hello = '' - 4_000_000.times do |e| - hello << STUFF - end -end -# puts hello.length - - -- cgit v1.2.3