Add app-server startup benchmark crate (#24651)

## Summary
- Add a new `app-server-start-bench` crate to measure app-server startup
performance
- Wire the benchmark into the workspace and Bazel build so it can be run
consistently
- Update lockfiles and repo automation to account for the new package
This commit is contained in:
Adam Perry @ OpenAI
2026-05-28 08:46:30 -07:00
committed by GitHub
parent a4ed6c5aa0
commit bd2a732923
7 changed files with 247 additions and 4 deletions
+1
View File
@@ -14,6 +14,7 @@ members = [
"app-server-client",
"app-server-protocol",
"app-server-test-client",
"benchmarks/app-server-start",
"debug-client",
"apply-patch",
"arg0",