[Groonga-commit] groonga/grnxx at a32da52 [master] Remove a dummy benchmark.

Back to archive index

susumu.yata null+****@clear*****
Wed Dec 3 14:56:27 JST 2014


susumu.yata	2014-12-03 14:56:27 +0900 (Wed, 03 Dec 2014)

  New Revision: a32da52ef23f6ab53cd0d904bb278ab611ccdc32
  https://github.com/groonga/grnxx/commit/a32da52ef23f6ab53cd0d904bb278ab611ccdc32

  Message:
    Remove a dummy benchmark.

  Removed files:
    benchmark/benchmark_dummy.cpp
  Modified files:
    .gitignore
    benchmark/Makefile.am

  Modified: .gitignore (+0 -1)
===================================================================
--- .gitignore    2014-12-03 14:46:47 +0900 (27b80e8)
+++ .gitignore    2014-12-03 14:56:27 +0900 (fbf0bf1)
@@ -17,7 +17,6 @@ aclocal.m4
 autom4te.cache/
 benchmark/*.trs
 benchmark/benchmark_adjuster
-benchmark/benchmark_dummy
 benchmark/benchmark_filter
 benchmark/benchmark_sorter
 compile

  Modified: benchmark/Makefile.am (+0 -4)
===================================================================
--- benchmark/Makefile.am    2014-12-03 14:46:47 +0900 (073907c)
+++ benchmark/Makefile.am    2014-12-03 14:56:27 +0900 (2918cd8)
@@ -1,13 +1,9 @@
 noinst_PROGRAMS =		\
-	benchmark_dummy		\
 	benchmark_filter
 
 #	benchmark_adjuster	\
 #	benchmark_sorter
 
-benchmark_dummy_SOURCES = benchmark_dummy.cpp
-benchmark_dummy_LDADD = $(top_srcdir)/lib/grnxx/libgrnxx.la
-
 benchmark_filter_SOURCES = benchmark_filter.cpp
 benchmark_filter_LDADD = $(top_srcdir)/lib/grnxx/libgrnxx.la
 

  Deleted: benchmark/benchmark_dummy.cpp (+0 -30) 100644
===================================================================
--- benchmark/benchmark_dummy.cpp    2014-12-03 14:46:47 +0900 (e2f53cf)
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
-  Copyright (C) 2012-2014  Brazil, Inc.
-
-  This library is free software; you can redistribute it and/or
-  modify it under the terms of the GNU Lesser General Public
-  License as published by the Free Software Foundation; either
-  version 2.1 of the License, or (at your option) any later version.
-
-  This library is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-  Lesser General Public License for more details.
-
-  You should have received a copy of the GNU Lesser General Public
-  License along with this library; if not, write to the Free Software
-  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-*/
-#include <cassert>
-
-namespace {
-
-// TODO
-
-}  // namespace
-
-int main() {
-  // TODO
-
-  return 0;
-}
-------------- next part --------------
HTML����������������������������...
下載 



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