Unverified Commit 3be4d8ee authored by guoshzhao's avatar guoshzhao Committed by GitHub
Browse files

Benchmarks: Add Feature - Register all benchmarks by import...


Benchmarks: Add Feature - Register all benchmarks by import model_benchmarks/micro_benchmarks/docker_benchmarks. (#21)

* clean code.

* minor change.
Co-authored-by: default avatarGuoshuai Zhao <guzhao@microsoft.com>
parent c00dc670
...@@ -8,6 +8,9 @@ ...@@ -8,6 +8,9 @@
from superbench.common.utils import logger from superbench.common.utils import logger
from superbench.benchmarks import Platform, Framework, BenchmarkContext from superbench.benchmarks import Platform, Framework, BenchmarkContext
from superbench.benchmarks.base import Benchmark from superbench.benchmarks.base import Benchmark
import superbench.benchmarks.model_benchmarks # noqa pylint: disable=unused-import
import superbench.benchmarks.micro_benchmarks # noqa pylint: disable=unused-import
import superbench.benchmarks.docker_benchmarks # noqa pylint: disable=unused-import
class BenchmarkRegistry: class BenchmarkRegistry:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment