From 4c70cfd3be1d34b8032fb1f697b1ab18cbfb4560 Mon Sep 17 00:00:00 2001 From: Christopher Dupuis <45972964+cmdupuis3@users.noreply.github.com> Date: Mon, 6 Jul 2026 11:32:11 -0500 Subject: [PATCH] Add python=same flag to benchmark command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f27ecc01..e61fc2d9 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ todo To visualuze the results, ... ``` -asv profile benchmark_file.BenchmarkClass.benchmark_method --gui=snakeviz +asv profile benchmark_file.BenchmarkClass.benchmark_method --gui=snakeviz --python=same ``` ![image](https://github.com/user-attachments/assets/c0bfa596-7d86-413d-bf83-077f6e9d29ec)