[Perf] Move EXPENSIVE_EXECUTION_TIME_CALL among filtered issue types

Reviewed By: ezgicicek, mbouaziz

Differential Revision: D9635512

fbshipit-source-id: 35295d247
master
Martino Luca 6 years ago committed by Facebook Github Bot
parent 22157739b8
commit 11f12648ef

@ -234,7 +234,7 @@ let eradicate_value_not_present =
from_string "ERADICATE_VALUE_NOT_PRESENT" ~hum:"Value Not Present"
let expensive_execution_time_call = from_string "EXPENSIVE_EXECUTION_TIME_CALL"
let expensive_execution_time_call = from_string ~enabled:false "EXPENSIVE_EXECUTION_TIME_CALL"
let failure_exe = from_string "Failure_exe"

Loading…
Cancel
Save