From 7772fc0640bcda4daa550ccad96c5c57a8c5cf27 Mon Sep 17 00:00:00 2001 From: Alvaro Date: Fri, 8 Jan 2021 16:13:11 +0100 Subject: [PATCH] Update windows.yml --- .github/workflows/windows.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e231aaf3..1945dcf6 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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