revert trace_job_response_times

This commit is contained in:
Alwin Berger 2024-11-04 09:51:29 +01:00
parent 660cf60fc5
commit ed90c12922

View File

@ -1,6 +1,6 @@
import csv import csv
import os import os
def_flags="--release --no-default-features --features std,snapshot_fast,restarting,do_hash_notify_state,fuzz_int" def_flags="--release --no-default-features --features std,snapshot_fast,restarting,do_hash_notify_state,fuzz_int,trace_job_response_times"
remote="remote/" remote="remote/"
RUNTIME=1800 RUNTIME=1800
TARGET_REPS_A=2 TARGET_REPS_A=2