diff --git a/devops/scripts/benchmarks/main.py b/devops/scripts/benchmarks/main.py index 826678ef34740..c6460ff6fe69a 100755 --- a/devops/scripts/benchmarks/main.py +++ b/devops/scripts/benchmarks/main.py @@ -5,6 +5,8 @@ # See LICENSE.TXT # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +# DUMMY TEST COMMENT + from benches.compute import * from benches.gromacs import GromacsBench from benches.velocity import VelocityBench