[前][次][番号順一覧][スレッド一覧]

ruby-changes:15601

From: naruse <ko1@a...>
Date: Tue, 27 Apr 2010 12:37:19 +0900 (JST)
Subject: [ruby-changes:15601] Ruby:r27508 (trunk): Add description about make benchmark to make help.

naruse	2010-04-27 12:34:45 +0900 (Tue, 27 Apr 2010)

  New Revision: 27508

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=27508

  Log:
    Add description about make benchmark to make help.

  Modified files:
    trunk/common.mk

Index: common.mk
===================================================================
--- common.mk	(revision 27507)
+++ common.mk	(revision 27508)
@@ -834,6 +834,7 @@
 	@echo "  test-all:        all ruby tests"
 	@echo "  test-rubyspec    run RubySpec test suite"
 	@echo "  update-rubyspec  update local copy of RubySpec"
+	@echo "  benchmark        benchmark this ruby and COMPARE_RUBY"
 	@echo "  install:         install all ruby distributions"
 	@echo "  install-nodoc:   install without rdoc"
 	@echo "  clean:           clean built objects"

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]