blob: 19dcabc9f07da1291851fcb5c1b2ed3ddc5c4c50 [file] [log] [blame]
Johnny Chen985e7402011-08-01 21:13:26 +00001import lldbtest
2from lldbtest import benchmarks_test
3
4class BenchBase(lldbtest.Base):
5 """
6 Abstract base class for benchmark tests.
7 """
8