From c1bbb616d8be3f9f1231611b2576a6cea89033ae Mon Sep 17 00:00:00 2001 From: kosaki Date: Tue, 14 Jun 2011 19:30:12 +0000 Subject: [PATCH] * benchmark/bm_vm4_thread_pass.rb: rename bm_vm4* to bm_vm_thread_*. suggested by ko1. * benchmark/bm_vm4_pipe.rb: ditto. * benchmark/bm_vm4_alive_check1.rb: ditto. * benchmark/bm_vm4_pass_flood.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ ...m_vm4_alive_check1.rb => bm_vm_thread_alive_check1.rb} | 0 benchmark/{bm_vm4_thread_pass.rb => bm_vm_thread_pass.rb} | 0 .../{bm_vm4_pass_flood.rb => bm_vm_thread_pass_flood.rb} | 0 benchmark/{bm_vm4_pipe.rb => bm_vm_thread_pipe.rb} | 0 5 files changed, 8 insertions(+) rename benchmark/{bm_vm4_alive_check1.rb => bm_vm_thread_alive_check1.rb} (100%) rename benchmark/{bm_vm4_thread_pass.rb => bm_vm_thread_pass.rb} (100%) rename benchmark/{bm_vm4_pass_flood.rb => bm_vm_thread_pass_flood.rb} (100%) rename benchmark/{bm_vm4_pipe.rb => bm_vm_thread_pipe.rb} (100%) diff --git a/ChangeLog b/ChangeLog index e1e948a452..47822b665a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Jun 15 04:28:39 2011 KOSAKI Motohiro + + * benchmark/bm_vm4_thread_pass.rb: rename bm_vm4* to + bm_vm_thread_*. suggested by ko1. + * benchmark/bm_vm4_pipe.rb: ditto. + * benchmark/bm_vm4_alive_check1.rb: ditto. + * benchmark/bm_vm4_pass_flood.rb: ditto. + Wed Jun 15 03:52:50 2011 KOSAKI Motohiro * benchmark/bm_vm4_pass_flood.rb: new benchmark for GVL fairness. diff --git a/benchmark/bm_vm4_alive_check1.rb b/benchmark/bm_vm_thread_alive_check1.rb similarity index 100% rename from benchmark/bm_vm4_alive_check1.rb rename to benchmark/bm_vm_thread_alive_check1.rb diff --git a/benchmark/bm_vm4_thread_pass.rb b/benchmark/bm_vm_thread_pass.rb similarity index 100% rename from benchmark/bm_vm4_thread_pass.rb rename to benchmark/bm_vm_thread_pass.rb diff --git a/benchmark/bm_vm4_pass_flood.rb b/benchmark/bm_vm_thread_pass_flood.rb similarity index 100% rename from benchmark/bm_vm4_pass_flood.rb rename to benchmark/bm_vm_thread_pass_flood.rb diff --git a/benchmark/bm_vm4_pipe.rb b/benchmark/bm_vm_thread_pipe.rb similarity index 100% rename from benchmark/bm_vm4_pipe.rb rename to benchmark/bm_vm_thread_pipe.rb