-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathcontext7.json
More file actions
36 lines (36 loc) · 1.19 KB
/
context7.json
File metadata and controls
36 lines (36 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"$schema": "https://context7.com/schema/context7.json",
"projectTitle": "Goose - Rust Load Testing Framework",
"description": "A powerful, fast, and scalable load testing framework built with Rust that simulates realistic user behavior to identify performance bottlenecks in web applications",
"excludeFolders": [
"target",
"tests",
".github",
".qodo",
".venv",
"memory-bank",
"src/docs/goose-book/book"
],
"excludeFiles": [
"CHANGELOG.md",
"LICENSE",
"*.log",
"*.lock",
"report.html",
"report.pdf",
"*.rs.bk",
"sample_goosebot_*.md",
"todo.md"
],
"rules": [
"Goose is a Rust-based load testing framework",
"Uses async/await patterns for concurrent user simulations",
"Supports distributed load testing via Gaggle mode (currently being reimplemented)",
"Provides comprehensive metrics including coordinated omission mitigation",
"Integrates with various reporting formats: HTML, Markdown, JSON",
"PDF report generation coming soon (see issue #628)",
"Includes WebSocket and Telnet controllers for runtime control",
"Features flexible test plans with complex load patterns",
],
"previousVersions": []
}