Skip to content

Commit

Permalink
disable assertions for the TestManyBoxes app (to measure performance)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 23, 2025
1 parent 312f635 commit 42e57f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MinieExamples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ tasks.register('TestLargeMesh', JavaExec) {
mainClass = 'jme3utilities.minie.test.issue.TestLargeMesh'
}
tasks.register('TestManyBoxes', JavaExec) {
enableAssertions = false
mainClass = 'jme3utilities.minie.test.issue.TestManyBoxes'
}
tasks.register('TestMultiBody', JavaExec) {
Expand Down

0 comments on commit 42e57f3

Please sign in to comment.