summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk16
1 files changed, 5 insertions, 11 deletions
diff --git a/common.mk b/common.mk
index 83e6ce7599..88043575d0 100644
--- a/common.mk
+++ b/common.mk
@@ -426,19 +426,13 @@ rdoc-coverage: PHONY main
RDOCBENCHOUT=/tmp/rdocbench
-gcbench-rdoc: PHONY
- @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)"
-
-gcbench-hash1: PHONY
- @echo "Benchmark with hashbench1 (many temporal objects / obj count intensive)"
- $(Q) $(XRUBY) "$(srcdir)/tool/gcbench.rb" "$(srcdir)/tool/hashbench1.rb"
+GCBENCH_ITEM=null
-gcbench-hash2: PHONY
- @echo "Benchmark with hashbench2 (increasing hash size / malloc intensive)"
- $(Q) $(XRUBY) "$(srcdir)/tool/gcbench.rb" "$(srcdir)/tool/hashbench2.rb"
+gcbench: PHONY
+ $(Q) $(XRUBY) "$(srcdir)/benchmark/gc/gcbench.rb" $(GCBENCH_ITEM)
-gcbench-hash: PHONY gcbench-hash1 gcbench-hash2
+gcbench-rdoc: PHONY
+ $(Q) $(XRUBY) "$(srcdir)/benchmark/gc/gcbench.rb" rdoc
nodoc: PHONY