diff options
author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-06-16 18:09:03 +0000 |
---|---|---|
committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-06-16 18:09:03 +0000 |
commit | 98d45ef140dcc53f4dd7c0dbdd25433d5c378ff7 (patch) | |
tree | a942043b1b58827011e9ccbf7bcde02ff5acbba5 | |
parent | b3e68b1d12e605fa2770c04c5212be595cc7e92a (diff) |
* benchmark/bm_vm4_thread_create_join.rb,
benchmark/bm_vm4_thread_mutex[1-3].rb: renamed to
bm_thread_* (fix last rename).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32134 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | benchmark/bm_vm_thread_create_join.rb (renamed from benchmark/bm_vm4_thread_create_join.rb) | 0 | ||||
-rw-r--r-- | benchmark/bm_vm_thread_mutex1.rb (renamed from benchmark/bm_vm4_thread_mutex1.rb) | 0 | ||||
-rw-r--r-- | benchmark/bm_vm_thread_mutex2.rb (renamed from benchmark/bm_vm4_thread_mutex2.rb) | 0 | ||||
-rw-r--r-- | benchmark/bm_vm_thread_mutex3.rb (renamed from benchmark/bm_vm4_thread_mutex3.rb) | 0 |
5 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Fri Jun 17 03:07:36 2011 Koichi Sasada <[email protected]> + + * benchmark/bm_vm4_thread_create_join.rb, + benchmark/bm_vm4_thread_mutex[1-3].rb: renamed to + bm_thread_* (fix last rename). + Fri Jun 17 02:26:47 2011 Koichi Sasada <[email protected]> * thread_pthread.c (native_thread_create): fix debug message. diff --git a/benchmark/bm_vm4_thread_create_join.rb b/benchmark/bm_vm_thread_create_join.rb index 325a66d587..325a66d587 100644 --- a/benchmark/bm_vm4_thread_create_join.rb +++ b/benchmark/bm_vm_thread_create_join.rb diff --git a/benchmark/bm_vm4_thread_mutex1.rb b/benchmark/bm_vm_thread_mutex1.rb index faf8da122f..faf8da122f 100644 --- a/benchmark/bm_vm4_thread_mutex1.rb +++ b/benchmark/bm_vm_thread_mutex1.rb diff --git a/benchmark/bm_vm4_thread_mutex2.rb b/benchmark/bm_vm_thread_mutex2.rb index a74e2fd490..a74e2fd490 100644 --- a/benchmark/bm_vm4_thread_mutex2.rb +++ b/benchmark/bm_vm_thread_mutex2.rb diff --git a/benchmark/bm_vm4_thread_mutex3.rb b/benchmark/bm_vm_thread_mutex3.rb index ae02e20ea0..ae02e20ea0 100644 --- a/benchmark/bm_vm4_thread_mutex3.rb +++ b/benchmark/bm_vm_thread_mutex3.rb |