# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. """A module containing all the benchmarks packaged in docker.""" from .docker_base import DockerBenchmark __all__ = ['DockerBenchmark']