From e916ef4de443bfc8745d0b02a1191a1b21baf1a6 Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Thu, 4 Jan 2024 09:49:16 -0500 Subject: [PATCH] Update benchmarks.py (#348) --- .../benchmarks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-project-template/{% if include_benchmarks %}benchmarks{% endif %}/benchmarks.py b/python-project-template/{% if include_benchmarks %}benchmarks{% endif %}/benchmarks.py index ca3ef325..8be5d94e 100644 --- a/python-project-template/{% if include_benchmarks %}benchmarks{% endif %}/benchmarks.py +++ b/python-project-template/{% if include_benchmarks %}benchmarks{% endif %}/benchmarks.py @@ -3,7 +3,7 @@ For more information on writing benchmarks: https://asv.readthedocs.io/en/stable/writing_benchmarks.html.""" -import example_benchmarks +from {{package_name}} import example_benchmarks def time_computation():