Skip to content

Commit 859cd6f

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

e2e/profiles/ai-gateway/profile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func (p *Profile) GetTestCases() []string {
110110
"chat-completions-request",
111111
"chat-completions-stress-request",
112112
"domain-classify",
113-
"cache",
113+
"semantic-cache",
114114
"pii-detection",
115115
"jailbreak-detection",
116116
}

e2e/testcases/cache.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ import (
1616
)
1717

1818
func init() {
19-
pkgtestcases.Register("cache", pkgtestcases.TestCase{
19+
pkgtestcases.Register("semantic-cache", pkgtestcases.TestCase{
2020
Description: "Test semantic cache hit rate with similar questions",
21-
Tags: []string{"ai-gateway", "cache", "performance"},
21+
Tags: []string{"ai-gateway", "semantic-cache", "performance"},
2222
Fn: testCache,
2323
})
2424
}

0 commit comments

Comments
 (0)