Skip to content

Commit

Permalink
watcher/bench: is a perf test
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Nov 12, 2023
1 parent e26f398 commit b0e8ddb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:

- name: Build
run: |
tool/build --verbose --platform-android --no-build-test --no-build-bench --no-run-test --no-run-bench
tool/build --verbose --platform-android --no-build-test --no-run-test
2 changes: 0 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,11 @@ jobs:
bash -c 'ls -hal build/tiny'
bash -c 'cmake -S . -B build/manual ; cmake --build build/manual --target wtr.test_watcher --config Release'
bash -c 'cmake -S . -B build/manual ; cmake --build build/manual --target wtr.test_watcher --config Debug'
bash -c 'cmake -S . -B build/manual ; cmake --build build/manual --target wtr.bench_watcher --config Release'
- name: Test
env:
VERBOSE: 1
run: |
bash -c 'build/manual/Debug/wtr.test_watcher.exe'
bash -c 'build/manual/Release/wtr.test_watcher.exe'
bash -c 'build/manual/Release/wtr.bench_watcher.exe'

0 comments on commit b0e8ddb

Please sign in to comment.