diff options
| author | 杨威 <[email protected]> | 2022-02-23 00:21:04 +0800 |
|---|---|---|
| committer | 杨威 <[email protected]> | 2022-02-23 00:21:04 +0800 |
| commit | 20acba5488b718ea820b1121f6bd488017656d1a (patch) | |
| tree | 92e2819916713bfbca1b4ba9bd465d731e31a0bd | |
| parent | a444b7f71160f018e01891cadb7469ae70b62314 (diff) | |
🐎 ci(ci): benmark比较结果输出至屏显v4.2.75
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3421561..b863c1f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,6 +34,7 @@ sapp_module_test: - ldconfig - cd /home/mesasoft/sapp_run - ldd gtest_sapp_v4 + - sed -i '14 i__log_test_sapp_benchmark_log.fatal >stdout; other' etc/sapp_log.conf - ulimit -c unlimited - ./gtest_sapp_v4 -f ipv4.* - ./gtest_sapp_v4 -f ipv6.* @@ -60,6 +61,8 @@ sapp_module_test: - ./gtest_sapp_v4 -f benchmark_forward.* - ./gtest_sapp_v4 -f benchmark_inject.tcp* - ./gtest_sapp_v4 -f benchmark_inject.inline_same_dir + - ./gtest_sapp_v4 -f benchmark_inject.inline_reverse_dir + tags: - share |
