Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/firecracker
Path: blob/main/tests/integration_tests/performance/configs/defs.py
1961 views
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."""
4
from pathlib import Path
5
6
CFG_LOCATION = Path(__file__).parent.resolve()
7
8