remove shortcut from benchmark features

This commit is contained in:
Alwin Berger 2024-10-10 15:24:54 +02:00
parent 04cfa7cea2
commit bae801c620

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,trace_job_response_times,fuzz_int,shortcut" def_flags="--release --no-default-features --features std,snapshot_fast,restarting,do_hash_notify_state,trace_job_response_times,fuzz_int"
remote="remote/" remote="remote/"
RUNTIME=1800 RUNTIME=1800
TARGET_REPS_A=2 TARGET_REPS_A=2