feat(hicache): Add generic hicache ci e2e test and benchmark test (#9846)

Co-authored-by: Zhiqiang Xie <xiezhq@stanford.edu>
This commit is contained in:
hzh0425
2025-09-04 20:43:46 +08:00
committed by GitHub
parent c67569491c
commit 106c2b31fb
4 changed files with 487 additions and 2 deletions

View File

@@ -123,6 +123,8 @@ suites = {
TestFile("test_dp_attention.py", 277),
TestFile("test_patch_torch.py", 19),
TestFile("test_release_memory_occupation.py", 127),
TestFile("hicache/test_hicache_storage_e2e.py", 400),
TestFile("hicache/test_hicache_storage_benchmark.py", 400),
],
"per-commit-4-gpu": [
TestFile("test_gpt_oss_4gpu.py", 600),