diff options
| author | deepsource-autofix[bot] | 2022-03-01 11:12:22 +0000 |
|---|---|---|
| committer | GitHub | 2022-03-01 11:12:22 +0000 |
| commit | 82d968773ad1e6828ca38dfcc6f2ae05a89d268c (patch) | |
| tree | aa8e99117cbb914cb14307d9a39dc5fac2496582 | |
| parent | 760a7afd6e97f9c75513af3def66cdac386bec69 (diff) | |
| download | pyecsca-82d968773ad1e6828ca38dfcc6f2ae05a89d268c.tar.gz pyecsca-82d968773ad1e6828ca38dfcc6f2ae05a89d268c.tar.zst pyecsca-82d968773ad1e6828ca38dfcc6f2ae05a89d268c.zip | |
| -rw-r--r-- | test/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils.py b/test/utils.py index eeac169..a74fae4 100644 --- a/test/utils.py +++ b/test/utils.py @@ -8,7 +8,7 @@ from pyinstrument import Profiler as PyProfiler from cProfile import Profile as cProfiler -class Profiler(object): +class Profiler: def __init__(self, prof_type, output_directory, benchmark_name): self._prof = PyProfiler() if prof_type == "py" else cProfiler() self._prof_type = prof_type |
