Skip to content

Commit

Permalink
Use 1500000 records for benchmarking by default
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Nov 28, 2014
1 parent 1492867 commit 086c20b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions _po/ja/tutorial/1.0.8/benchmark/index.po
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,8 @@ msgid ""
" % git clone https://github.com/droonga/wikipedia-search.git\n"
" % cd wikipedia-search\n"
" % bundle install --path vendor/\n"
" % time (MAX_N_RECORDS=100000 bundle exec rake data:convert:groonga:ja \\\n"
" data/groonga/ja-pages.grn)\n"
" % time (MAX_N_RECORDS=1500000 bundle exec rake data:convert:groonga:ja \\\n"
" data/groonga/ja-pages.grn)\n"
" ~~~"
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions ja/tutorial/1.0.8/benchmark/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ DroongaはGroongaと互換性があるため、Groongaベースのアプリケ
% git clone https://github.com/droonga/wikipedia-search.git
% cd wikipedia-search
% bundle install --path vendor/
% time (MAX_N_RECORDS=100000 bundle exec rake data:convert:groonga:ja \
data/groonga/ja-pages.grn)
% time (MAX_N_RECORDS=1500000 bundle exec rake data:convert:groonga:ja \
data/groonga/ja-pages.grn)
~~~

アーカイブは非常に大きいため、ダウンロードと変換には時間がかかります。
Expand Down
4 changes: 2 additions & 2 deletions tutorial/1.0.8/benchmark/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ So let's prepare a new Groonga database including Wikipedia pages, on the `node0
% git clone https://github.com/droonga/wikipedia-search.git
% cd wikipedia-search
% bundle install --path vendor/
% time (MAX_N_RECORDS=100000 bundle exec rake data:convert:groonga:ja \
data/groonga/ja-pages.grn)
% time (MAX_N_RECORDS=1500000 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.
Expand Down

0 comments on commit 086c20b

Please sign in to comment.