1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: Apache-2.0
5 from __future__ import print_function
6 from __future__ import absolute_import
7 from builtins import range
10 from .performance_profiler import profiled
12 class PerformanceTestSample(unittest.TestCase):
17 def test_profiled_decorator(self):
19 for i in range(0,2**20):