Skip to content

Commit

Permalink
update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
allnes committed Mar 3, 2024
1 parent 8b0a06f commit 025499e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ build_script:
-D USE_PERF_TESTS=ON ^
-D CMAKE_BUILD_TYPE=RELEASE
- cmd: cmake --build build --config Release --parallel
- cmd: scripts/generate_perf_results.bat
- cmd: mkdir build\perf_stat_dir
- cmd: scripts\run_perf_collector.bat > build\perf_stat_dir\perf_log.txt
- cmd: python scripts\create_perf_table.py --input build\perf_stat_dir\perf_log.txt --output build\perf_stat_dir
2 changes: 1 addition & 1 deletion scripts/generate_perf_results.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
mkdir build\perf_stat_dir
scripts\run_perf_collector.bat > build\perf_stat_dir\perf_log.txt
python scripts\create_perf_table.py --input build/perf_stat_dir/perf_log.txt --output build/perf_stat_dir
python scripts\create_perf_table.py --input build\perf_stat_dir\perf_log.txt --output build\perf_stat_dir

0 comments on commit 025499e

Please sign in to comment.