From 9bbd6a3a7f3380b08e8a8b8000dcfb19f80955aa Mon Sep 17 00:00:00 2001 From: PThorpe92 Date: Mon, 21 Apr 2025 12:23:06 -0400 Subject: [PATCH] Add vfs bench to testing pyproject.toml --- testing/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/pyproject.toml b/testing/pyproject.toml index 58292dd91..cdd30ec54 100644 --- a/testing/pyproject.toml +++ b/testing/pyproject.toml @@ -15,6 +15,7 @@ test-shell = "cli_tests.cli_test_cases:main" test-extensions = "cli_tests.extensions:main" test-update = "cli_tests.update:main" test-memory = "cli_tests.memory:main" +bench-vfs = "cli_tests.vfs_bench:main" [tool.uv] package = true