From 5e732e35c1aea3a00903aae50f63cf1cf9166833 Mon Sep 17 00:00:00 2001 From: Yilun Chong Date: Tue, 12 Dec 2017 12:05:29 -0800 Subject: Add caliper supported to java benchmark --- tests.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests.sh') diff --git a/tests.sh b/tests.sh index 0a91e4ce..2a0d203b 100755 --- a/tests.sh +++ b/tests.sh @@ -44,10 +44,7 @@ build_cpp() { # appears to be missing it: https://github.com/travis-ci/travis-ci/issues/6996 if [[ $(type cmake 2>/dev/null) ]]; then # Verify benchmarking code can build successfully. - git submodule init - git submodule update - cd third_party/benchmark && cmake -DCMAKE_BUILD_TYPE=Release && make && cd ../.. - cd benchmarks && make cpp-benchmark && cd .. + cd benchmarks && ./initialize_submodule.sh cpp && make cpp-benchmark && cd .. else echo "" echo "WARNING: Skipping validation of the bench marking code, cmake isn't installed." -- cgit v1.2.3