[Groonga-commit] groonga/grnxx at 6f87f5a [master] Add test cases. (#42)

Back to archive index

susumu.yata null+****@clear*****
Fri Dec 12 14:44:44 JST 2014


susumu.yata	2014-12-12 14:44:44 +0900 (Fri, 12 Dec 2014)

  New Revision: 6f87f5ac5e7e2616a4cb8c6921c04884bf8439c8
  https://github.com/groonga/grnxx/commit/6f87f5ac5e7e2616a4cb8c6921c04884bf8439c8

  Message:
    Add test cases. (#42)

  Modified files:
    benchmark/benchmark_sorter.cpp

  Modified: benchmark/benchmark_sorter.cpp (+2 -0)
===================================================================
--- benchmark/benchmark_sorter.cpp    2014-12-12 13:15:52 +0900 (0967f55)
+++ benchmark/benchmark_sorter.cpp    2014-12-12 14:44:44 +0900 (bc22012)
@@ -189,6 +189,8 @@ void benchmark_row_id(grnxx::Table *table) {
   benchmark_row_id(table, 10);
   benchmark_row_id(table, 100);
   benchmark_row_id(table, 1000);
+  benchmark_row_id(table, 10000);
+  benchmark_row_id(table, 100000);
   benchmark_row_id(table, std::numeric_limits<size_t>::max());
 }
 
-------------- next part --------------
HTML����������������������������...
下載 



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