Skip to content

Commit 83578fa

Browse files
committed
Execute test/benchmark_cppcodec on Travis and AppVeyor builds.
We can't be sure if the resources for the builds are going to be consistent, so performance numbers may not be comparable from one build to another. However, they should get us a rough idea about differences on an order of magnitude, and/or average out over multiple builds. If things are going very wrong or very right, the build bots will help provide indicators.
1 parent 2dd4305 commit 83578fa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,4 @@ script:
142142
- cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ${CXX_STD_ARG} "$SRC_DIR"
143143
- make -j2 # cores according to https://docs.travis-ci.com/user/reference/overview/
144144
- CTEST_OUTPUT_ON_FAILURE=1 make test
145+
- test/benchmark_cppcodec

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ test_script:
5858
- cd %BUILD_DIR%
5959
- set CTEST_OUTPUT_ON_FAILURE=1
6060
- ctest -C %CONFIGURATION% -VV
61+
- test\%CONFIGURATION%\benchmark_cppcodec.exe

0 commit comments

Comments
 (0)