Skip to content

Commit

Permalink
chore: Disable energy benchmark (#2043)
Browse files Browse the repository at this point in the history
  • Loading branch information
rprospero authored Jan 23, 2025
1 parent e58553b commit 908dd5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion benchmark/modules/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 908dd5f

Please sign in to comment.