The AuthConfig struct requires Type="basic" for NewBasicAuth to validate successfully. Without this field, the benchmark fails with "unsupported auth type: ". Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- 缓存 coroutine.yield/status 函数,避免并发读取全局 Lua 状态机 - 添加 ngxRegisterMu 锁保护共享 ngx 表的并发写入 - 各 API 注册函数检查字段是否已存在,避免重复写入 - TCPSocket.currentOp 字段添加锁保护 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
覆盖静态文件、代理转发、中间件链、Lua 脚本和多路由场景的完整请求路径吞吐量。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>