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