Turn benchmarks off by default. They require netcdf4, additional logic is required in order to have them on by default.

This commit is contained in:
Ward Fisher 2023-02-16 16:41:19 -07:00
parent efa0c8df45
commit 49c71a53b4

View File

@ -1417,8 +1417,8 @@ IF(ENABLE_TESTS)
# Option to turn on performance testing.
# See https://github.com/Unidata/netcdf-c/issues/2627 for more information.
###
OPTION(ENABLE_BENCHMARKS "Run benchmark Tests." ON)
OPTION(ENABLE_BENCHMARKS "Run benchmark Tests." OFF)
###
# End known-failures.