fix: resolve ruff lint errors in benchmark suite

Remove unused imports (shutil, string, datetime, os, yaml, time,
SCALE_CONFIGS) and unused variable assignments in timing-only calls.
This commit is contained in:
Igor Lins e Silva
2026-04-08 05:10:26 -03:00
parent e8017ca2ec
commit 7e4db33061
10 changed files with 7 additions and 19 deletions
-1
View File
@@ -8,7 +8,6 @@ Targets the highest-risk code paths:
- Layer1.generate() (fetches all drawers)
"""
import time
import tracemalloc
import pytest