[Groonga-commit] groonga/groonga at 32c9362 [master] benchmark nfkc: use 10 times by default

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jun 23 11:10:40 JST 2016


Kouhei Sutou	2016-06-23 11:10:40 +0900 (Thu, 23 Jun 2016)

  New Revision: 32c93621fb108821dd5172d200a0abb2cc401d6a
  https://github.com/groonga/groonga/commit/32c93621fb108821dd5172d200a0abb2cc401d6a

  Message:
    benchmark nfkc: use 10 times by default

  Modified files:
    benchmark/bench-nfkc.c

  Modified: benchmark/bench-nfkc.c (+1 -1)
===================================================================
--- benchmark/bench-nfkc.c    2016-06-23 10:59:44 +0900 (2aebc82)
+++ benchmark/bench-nfkc.c    2016-06-23 11:10:40 +0900 (50f07dc)
@@ -241,7 +241,7 @@ main(int argc, gchar **argv)
 {
   grn_rc rc;
   BenchReporter *reporter;
-  gint n = 1;
+  gint n = 10;
 
   rc = grn_init();
   if (rc != GRN_SUCCESS) {
-------------- next part --------------
HTML����������������������������...
下載 



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