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