pi-mono/packages/agent/benchmark/tsconfig.json
Christian Klotz 8718fbea77
feat(agent): add session storage benchmarks
Add reusable timing, loaded-footprint, and allocation workloads and runners. Index memory entries by sequence so limited scans can stop early.
2026-08-13 10:40:43 +03:00

12 lines
287 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"baseUrl": "../../..",
"noEmit": true,
"paths": {
"@earendil-works/pi-ai": ["packages/ai/src/index.ts"],
"@earendil-works/pi-ai/*": ["packages/ai/src/*"]
}
},
"include": ["./**/*.ts", "../src/**/*.ts"]
}