# Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 """Module with definitions relevant for performance tests configs usage.""" from pathlib import Path CFG_LOCATION = Path(__file__).parent.resolve()