summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-19 23:15:56 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-19 23:15:56 +0000
commitfcd5d8fd332b30800c85008100446961473f97d6 (patch)
treef62d3b68e2aaf5babdf3d0e5d3943d90354937c0 /common.mk
parente98b7c6c52302cab9f2522298a6588f9c8b1aa9d (diff)
* tool/gcbench.rb: Summary in one line.
* common.mk: separete gcbench-hash to gcbench-hash1 and gcbench-hash2. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41462 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/common.mk b/common.mk
index 2a9f1a4c0c..429e7a0416 100644
--- a/common.mk
+++ b/common.mk
@@ -430,14 +430,16 @@ gcbench-rdoc: PHONY ruby
@echo Benchmark with Generating RDoc documentation
$(Q) $(XRUBY) "$(srcdir)/tool/gcbench.rb" "$(srcdir)/tool/rdocbench.rb" --root "$(srcdir)" --page-dir "$(srcdir)/doc" --encoding=UTF-8 --no-force-update --all --ri --debug $(RDOCFLAGS) --quiet "$(srcdir)"
-HASHBENCH_TYPE=1
-gcbench-hash: PHONY ruby
+gcbench-hash1: PHONY ruby
@echo "Benchmark with hashbench1 (many temporal objects / obj count intensive)"
$(Q) $(XRUBY) "$(srcdir)/tool/gcbench.rb" "$(srcdir)/tool/hashbench1.rb"
- @echo
+
+gcbench-hash2: PHONY ruby
@echo "Benchmark with hashbench2 (increasing hash size / malloc intensive)"
$(Q) $(XRUBY) "$(srcdir)/tool/gcbench.rb" "$(srcdir)/tool/hashbench2.rb"
+gcbench-hash: PHONY gcbench-hash1 gcbench-hash2
+
nodoc: PHONY
what-where-doc: no-install-doc