fix: remove benchmark project

This has barely ever worked and I'm kinda done with it
This commit is contained in:
Harsh Shandilya 2025-06-07 09:26:14 +05:30
parent 93b593bd41
commit 123e2c9eb2
11 changed files with 2 additions and 246 deletions

View file

@ -127,14 +127,4 @@ rootProject.name = "Claw"
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
include(
"android",
"api",
"benchmark",
"common",
"core",
"database:core",
"database:impl",
"model",
"web",
)
include("android", "api", "common", "core", "database:core", "database:impl", "model", "web")