Vant skill test load
Skill dhaupin/vant/models/public/skills/vant-skill-test-load
Vant: Durable AI memory + cold storage + runtime for agents, with generational evolution, stored passively via GitHub. Built for long-running autonomous sessions, using file based persistence.
npx -y skills add dhaupin/vant --skill vant-skill-test-loadAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 7 stars7 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Test system performance under load. Measure response time, throughput, and resource usage. Use when testing scale, capacity planning, or performance requirements.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.0 KB, 229 tokens by cl100k_base, as published. Nobody here has run it
Test Load
Performance under load.
When To Use
- Scale testing
- Capacity planning
- SLA validation
Metrics
| Metric | Target |
|---|---|
| Response time | < 200ms |
| Throughput | > 1000 rps |
| Error rate | < 1% |
Load Test
scenarios:
- name: users
users: 1000
ramp: 60s
duration: 300s
Tools
| Tool | Use |
|---|---|
| k6 | Load testing |
| Locust | Python load |
| JMeter | Apache load |
| Artillery | Node load |
Output
## Load Test
| Metric | Value | Target |
|--------|-------|--------|
| RPS | [n] | >1000 |
| P95 | [n]ms | <200ms |
| Errors | [n]% | <1% |
Role: Load Tester
Input: Load profile
Output: Performance
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.