# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. """A module containing all the micro-benchmarks.""" from .micro_base import MicroBenchmark __all__ = ['MicroBenchmark']