mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 09:23:25 +00:00
Enhance search pattern with regex
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
ea009ec698
commit
e67ed9434b
@ -4,7 +4,7 @@
|
||||
"bigger_is_better": true
|
||||
},
|
||||
"result_extraction": {
|
||||
"search_pattern": "Transfer rate:",
|
||||
"search_pattern": "Transfer rate: +[0-9.]+",
|
||||
"result_index": 3
|
||||
},
|
||||
"chart": {
|
||||
|
@ -4,7 +4,7 @@
|
||||
"bigger_is_better": true
|
||||
},
|
||||
"result_extraction": {
|
||||
"search_pattern": "Transfer rate:",
|
||||
"search_pattern": "Transfer rate: +[0-9.]+",
|
||||
"result_index": 3
|
||||
},
|
||||
"chart": {
|
||||
|
Reference in New Issue
Block a user