[Groonga-commit] groonga/groonga at 6b128f3 [master] benchmark: run twice

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Aug 6 20:46:30 JST 2014


Kouhei Sutou	2014-08-06 20:46:30 +0900 (Wed, 06 Aug 2014)

  New Revision: 6b128f318d682e50648f3b82c5f7956f3bcb3fe8
  https://github.com/groonga/groonga/commit/6b128f318d682e50648f3b82c5f7956f3bcb3fe8

  Message:
    benchmark: run twice

  Modified files:
    benchmark/bench-ctx-create.c

  Modified: benchmark/bench-ctx-create.c (+4 -2)
===================================================================
--- benchmark/bench-ctx-create.c    2014-08-06 20:24:49 +0900 (cae22d0)
+++ benchmark/bench-ctx-create.c    2014-08-06 20:46:30 +0900 (2e2ffed)
@@ -162,8 +162,10 @@ main(int argc, gchar **argv)
                           bench_function,               \
                           bench_teardown,               \
                           &data)
-  REGISTER("with    mruby", bench_with_mruby);
-  REGISTER("without mruby", bench_without_mruby);
+  REGISTER("with    mruby1", bench_with_mruby);
+  REGISTER("without mruby1", bench_without_mruby);
+  REGISTER("with    mruby2", bench_with_mruby);
+  REGISTER("without mruby2", bench_without_mruby);
 #undef REGISTER
 
   bench_reporter_run(reporter);
-------------- next part --------------
HTML����������������������������...
Download 



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