Skip to content

Commit

Permalink
pegasus bench: Remove pegasus bench (#7)
Browse files Browse the repository at this point in the history
* remove pegasus bench test (will be moved to pegasus test dir)
* fix potential security vulnerability
  • Loading branch information
acelyc111 committed Jul 16, 2018
1 parent 017fcca commit 411a3da
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5,531 deletions.
13 changes: 0 additions & 13 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,6 @@ ifeq ($(MAKECMDGOALS),static_lib_release)
DEBUG_LEVEL=0
endif

ifeq ($(MAKECMDGOALS),pegasus_bench_debug)
DEBUG_LEVEL=2
endif

ifeq ($(MAKECMDGOALS),pegasus_bench_release)
DEBUG_LEVEL=0
endif

ifeq ($(MAKECMDGOALS),dbg)
DEBUG_LEVEL=2
endif
Expand Down Expand Up @@ -648,8 +640,6 @@ endif # PLATFORM_SHARED_EXT

static_lib_debug: $(LIBRARY)
static_lib_release: $(LIBRARY)
pegasus_bench_debug: pegasus_bench
pegasus_bench_release: pegasus_bench

all: $(LIBRARY) $(BENCHMARKS) tools tools_lib test_libs $(TESTS)

Expand Down Expand Up @@ -1023,9 +1013,6 @@ librocksdb_env_basic_test.a: env/env_basic_test.o $(LIBOBJECTS) $(TESTHARNESS)
db_bench: tools/db_bench.o $(BENCHTOOLOBJECTS)
$(AM_LINK)

pegasus_bench: db/pegasus_bench.o $(LIBOBJECTS) $(TESTUTIL)
$(AM_LINK) -L${DSN_ROOT}/lib -L${DSN_THIRDPARTY_ROOT}/lib -L${BOOST_ROOT}/lib -lpegasus_client_static -lcrypto -ldl -laio -lboost_system -lboost_filesystem -Wl,-rpath,.

cache_bench: cache/cache_bench.o $(LIBOBJECTS) $(TESTUTIL)
$(AM_LINK)

Expand Down
Loading

0 comments on commit 411a3da

Please sign in to comment.