From 908dd5fffa14335a5458edf41967fa0b9c42dec2 Mon Sep 17 00:00:00 2001 From: Adam Washington Date: Thu, 23 Jan 2025 09:50:47 +0000 Subject: [PATCH] chore: Disable energy benchmark (#2043) --- .github/workflows/pr.yml | 2 +- benchmark/modules/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 19713c0458..e9afd7fca5 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -31,7 +31,7 @@ jobs: needs: [Checkout] uses: "./.github/workflows/_build_and_package.yml" with: - benchmark: false + benchmark: true currentVersion: ${{ needs.Checkout.outputs.currentVersion }} qtVersion: ${{ needs.Checkout.outputs.qtVersion }} antlrVersion: ${{ needs.Checkout.outputs.antlrVersion }} diff --git a/benchmark/modules/CMakeLists.txt b/benchmark/modules/CMakeLists.txt index 8a4b05be5f..a3907989f5 100644 --- a/benchmark/modules/CMakeLists.txt +++ b/benchmark/modules/CMakeLists.txt @@ -1,5 +1,5 @@ dissolve_add_benchmark(SRC angle.cpp) -dissolve_add_benchmark(SRC energy.cpp) +# dissolve_add_benchmark(SRC energy.cpp) dissolve_add_benchmark(SRC forces.cpp) dissolve_add_benchmark(SRC gr.cpp) dissolve_add_benchmark(SRC siteRDF.cpp)