fix(tests): update import path for benchmark tests to ensure correct module loading

This commit is contained in:
Ivan
2026-05-02 06:06:04 -05:00
parent 089816c46d
commit 52b9cca367
@@ -8,8 +8,8 @@ import sys
import tempfile
import time
# Ensure we can import meshchatx
sys.path.append(os.getcwd())
_REPO_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", ".."))
sys.path.insert(0, _REPO_ROOT)
import json