[Groonga-commit] droonga/droonga.org at 96a3fb4 [gh-pages] Output result of "time" command more human readable

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Oct 3 17:38:00 JST 2014


YUKI Hiroshi	2014-10-03 17:38:00 +0900 (Fri, 03 Oct 2014)

  New Revision: 96a3fb48b8e099f28d31a87b5383588d19225052
  https://github.com/droonga/droonga.org/commit/96a3fb48b8e099f28d31a87b5383588d19225052

  Message:
    Output result of "time" command more human readable

  Modified files:
    tutorial/1.0.7/benchmark/index.md

  Modified: tutorial/1.0.7/benchmark/index.md (+2 -3)
===================================================================
--- tutorial/1.0.7/benchmark/index.md    2014-10-03 17:33:22 +0900 (5c3f444)
+++ tutorial/1.0.7/benchmark/index.md    2014-10-03 17:38:00 +0900 (a48f762)
@@ -70,9 +70,8 @@ So let's prepare a new Groonga database including Wikipedia pages, on a node `19
     % git clone https://github.com/droonga/wikipedia-search.git
     % cd wikipedia-search
     % bundle install
-    % MAX_N_RECORDS=100000 \
-        time bundle exec rake data:convert:groonga:ja \
-          data/groonga/ja-pages.grn
+    % time (MAX_N_RECORDS=100000 bundle exec rake data:convert:groonga:ja \
+                                   data/groonga/ja-pages.grn)
     ~~~
     
     Because the archive is very large, downloading and data conversion may take time.
-------------- next part --------------
HTML����������������������������...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index