From ef3fb5d1e89c6494f1223da46ed8c7a74dff7d2d Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 14 Jun 2011 19:45:08 +0000 Subject: [PATCH] * benchmark/bm_vm3_thread_*.rb: renamed bm_vm3_thread_*.rb to benchmark/bm_vm_thread_*.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ ...m3_thread_create_join.rb => bm_vm4_thread_create_join.rb} | 0 .../{bm_vm3_thread_mutex1.rb => bm_vm4_thread_mutex1.rb} | 0 .../{bm_vm3_thread_mutex2.rb => bm_vm4_thread_mutex2.rb} | 0 .../{bm_vm3_thread_mutex3.rb => bm_vm4_thread_mutex3.rb} | 0 5 files changed, 5 insertions(+) rename benchmark/{bm_vm3_thread_create_join.rb => bm_vm4_thread_create_join.rb} (100%) rename benchmark/{bm_vm3_thread_mutex1.rb => bm_vm4_thread_mutex1.rb} (100%) rename benchmark/{bm_vm3_thread_mutex2.rb => bm_vm4_thread_mutex2.rb} (100%) rename benchmark/{bm_vm3_thread_mutex3.rb => bm_vm4_thread_mutex3.rb} (100%) diff --git a/ChangeLog b/ChangeLog index 47822b665a..8eb62400e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 15 04:42:47 2011 Koichi Sasada + + * benchmark/bm_vm3_thread_*.rb: renamed bm_vm3_thread_*.rb to + benchmark/bm_vm_thread_*.rb. + Wed Jun 15 04:28:39 2011 KOSAKI Motohiro * benchmark/bm_vm4_thread_pass.rb: rename bm_vm4* to diff --git a/benchmark/bm_vm3_thread_create_join.rb b/benchmark/bm_vm4_thread_create_join.rb similarity index 100% rename from benchmark/bm_vm3_thread_create_join.rb rename to benchmark/bm_vm4_thread_create_join.rb diff --git a/benchmark/bm_vm3_thread_mutex1.rb b/benchmark/bm_vm4_thread_mutex1.rb similarity index 100% rename from benchmark/bm_vm3_thread_mutex1.rb rename to benchmark/bm_vm4_thread_mutex1.rb diff --git a/benchmark/bm_vm3_thread_mutex2.rb b/benchmark/bm_vm4_thread_mutex2.rb similarity index 100% rename from benchmark/bm_vm3_thread_mutex2.rb rename to benchmark/bm_vm4_thread_mutex2.rb diff --git a/benchmark/bm_vm3_thread_mutex3.rb b/benchmark/bm_vm4_thread_mutex3.rb similarity index 100% rename from benchmark/bm_vm3_thread_mutex3.rb rename to benchmark/bm_vm4_thread_mutex3.rb