From 6156da68186c234c895ed028d27e270848e916a6 Mon Sep 17 00:00:00 2001 From: Alwin Berger Date: Fri, 19 Sep 2025 13:57:48 +0000 Subject: [PATCH] do not store stg for trace_job_response_times --- fuzzers/FRET/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzers/FRET/Cargo.toml b/fuzzers/FRET/Cargo.toml index 4924689b90..ab4675fafd 100644 --- a/fuzzers/FRET/Cargo.toml +++ b/fuzzers/FRET/Cargo.toml @@ -22,7 +22,7 @@ observe_systemstate = [] observe_systemstate_unordered = [] do_hash_notify_state = [] do_hash_notify_value = [] -trace_job_response_times = [ "trace_stg" ] +trace_job_response_times = [ "observe_systemstate" ] trace_stg = [ "observe_systemstate" ] trace_reads = [ "trace_stg", "trace_job_response_times" ] # feedbacks