Enhance search pattern with regex

This commit is contained in:
Fabing Li
2024-12-17 07:55:54 +00:00
committed by Tate, Hongliang Tian
parent ea009ec698
commit e67ed9434b
67 changed files with 68 additions and 68 deletions

View File

@ -4,7 +4,7 @@
"bigger_is_better": true
},
"result_extraction": {
"search_pattern": "Transfer rate:",
"search_pattern": "Transfer rate: +[0-9.]+",
"result_index": 3
},
"chart": {

View File

@ -4,7 +4,7 @@
"bigger_is_better": true
},
"result_extraction": {
"search_pattern": "Transfer rate:",
"search_pattern": "Transfer rate: +[0-9.]+",
"result_index": 3
},
"chart": {