Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Rombur committed Oct 2, 2018
1 parent f6e6ba9 commit 6ed85bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/jenkins/build.sh
Expand Up @@ -53,6 +53,6 @@ fi
# Run performance tests
if [ "${BUILD_TYPE}" == "gcc54-cuda8" ]
then
./DataTransferKit/packages/Search/examples/bvh_driver/DataTransferKitSearch_bvh.exe --benchmark_out=test.json --values=1000000 --queries=100000
./DataTransferKit/packages/Search/examples/bvh_driver/DataTransferKitSearch_bvh.exe --benchmark_out=test.json --values=1000000 --queries=100000 --benchmark_repetitions=5 --benchmark_report_aggregates_only=true
python ../scripts/compare.py -c $GIT_COMMIT -b $BUILD_NUMBER -r ../scripts/ref_gcc54_cuda8.json -n test.json -o ../performance_history.csv
fi

0 comments on commit 6ed85bc

Please sign in to comment.