diff --git a/benchmark/opperf/utils/profiler_utils.py b/benchmark/opperf/utils/profiler_utils.py index e795a3aaa535..76ab90e5c631 100644 --- a/benchmark/opperf/utils/profiler_utils.py +++ b/benchmark/opperf/utils/profiler_utils.py @@ -248,7 +248,7 @@ def python_profile(func): @functools.wraps(func) def python_profile_it(*args, **kwargs): runs = args[1] - modified_args = (args[0], 1, args[2]) + modified_args = (args[0], 1) times = [] for _ in range(runs):