__init__.py 212 Bytes
Newer Older
1
2
3
4
5
6
7
8
# 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']