We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd7b78 commit c5f63afCopy full SHA for c5f63af
.github/copilot-instructions.md
@@ -337,9 +337,9 @@ cargo build --package solana-a2a --package solana-mcp
337
- The Rust SDK and svmai-token program have known issues - avoid them unless fixing them is your task
338
339
**Performance Notes**:
340
-- Rust core program tests: ~10 seconds
+- Rust core program tests: <1 second (incremental), ~10 seconds (clean)
341
- Python unit tests: ~5 seconds
342
-- TypeScript build: ~5 seconds
+- TypeScript build: ~3-5 seconds
343
- Rust clean build: ~2-3 minutes
344
- Python dependency install: ~30 seconds
345
- TypeScript dependency install: ~10 seconds
0 commit comments