Skip to content

Commit 23f90d0

Browse files
committed
Added print-latencies option.
Also run on 95-test-tiling-multiquality branch.
1 parent 616ffb3 commit 23f90d0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- 95-test-tiling-multiquality
78
tags:
89
- v*
910
- exp*
@@ -16,12 +17,12 @@ env:
1617
VCPKG_EXE: ${{ github.workspace }}/vcpkg/vcpkg
1718
FEED_URL: https://nuget.pkg.github.com/MotionSpell/index.json
1819
VCPKG_BINARY_SOURCES: clear;nuget,https://nuget.pkg.github.com/MotionSpell/index.json,readwrite
19-
TESTLATENCY_ARGS: --uncompressed --npoints 4000 --duration 30 --fps 5 --seg_dur 2000
20+
TESTLATENCY_ARGS: --uncompressed --npoints 4000 --duration 30 --fps 5 --seg_dur 2000 --print-latencies
2021
# The following environment variables can be set to run the tests in verbose or debug mode.
2122
# Only use to find issues that show up in Github Actions but not on developer machines.
22-
# TESTLATENCY_VERBOSE:
23+
TESTLATENCY_VERBOSE:
2324
# TESTLATENCY_VERBOSE: --verbose
24-
TESTLATENCY_VERBOSE: --verbose --debug
25+
# TESTLATENCY_VERBOSE: --verbose --debug
2526
# LLDASH_LOGGING: 1
2627

2728
jobs:

0 commit comments

Comments
 (0)