Skip to content

Commit 4a316cd

Browse files
committed
update
Signed-off-by: bitliu <[email protected]>
1 parent e001918 commit 4a316cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

e2e/profiles/ai-gateway/profile.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ func (p *Profile) Teardown(ctx context.Context, opts *framework.TeardownOptions)
108108
func (p *Profile) GetTestCases() []string {
109109
return []string{
110110
"chat-completions-request",
111+
"chat-completions-stress-request",
111112
"domain-classify",
112113
"cache",
113114
"pii-detection",

e2e/testcases/stress_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
func init() {
18-
pkgtestcases.Register("stress-test", pkgtestcases.TestCase{
18+
pkgtestcases.Register("chat-completions-stress-request", pkgtestcases.TestCase{
1919
Description: "Send 1000 sequential requests and measure success rate",
2020
Tags: []string{"llm", "stress", "reliability"},
2121
Fn: testStressTest,

0 commit comments

Comments
 (0)