Skip to content

Commit 7f5066f

Browse files
committed
fix(benchmark):修复日志提取正则表达式以正确获取性能指标
- 修改时间提取命令以匹配更通用的日志格式 - 调整OPS提取逻辑以去除客户端名称依赖- 确保在缺少数据时正确返回默认值"-"
1 parent 0b550bb commit 7f5066f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
path: "*.log"
6161

6262
benchmark-8:
63-
needs: benchmark-1
6463
runs-on: ubuntu-latest
6564

6665
services:
@@ -112,7 +111,6 @@ jobs:
112111
path: "*.log"
113112

114113
benchmark-128:
115-
needs: benchmark-8
116114
runs-on: ubuntu-latest
117115

118116
services:
@@ -164,7 +162,6 @@ jobs:
164162
path: "*.log"
165163

166164
benchmark-1024:
167-
needs: benchmark-128
168165
runs-on: ubuntu-latest
169166

170167
services:

0 commit comments

Comments
 (0)