Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alrevuelta authored Jan 8, 2021
1 parent c3c5e43 commit 7772fc0
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,11 @@ jobs:
shell: cmd

# Run some profiling/benchmarking on some models
- name: run_benchmark
run: make benchmark
shell: cmd
# Time measurement is not accurate on windows.
#- name: run_benchmark
# run: make benchmark
#shell: cmd
# - name: run_profiling # Get % taken by each function
# run: make profiling

# TODO: Memory leak checks, code coverage

# Parse the output with some python script. Ideas:
# - Display the benchmark of different models
# - name: postprocess_data
# run: xxx

0 comments on commit 7772fc0

Please sign in to comment.