run with all available cpus

This commit is contained in:
2026-04-18 11:36:36 +02:00
parent 86e3814fb2
commit 959c9a8bee

View File

@ -115,7 +115,9 @@ sub import_trace {
system(
"$fail_import --database-option-file $remote_db_conf -t $remote_builds_dir/$experiment/trace.pb -i ElfImporter --objdump objdump -e $remote_builds_dir/$experiment/system.elf -v $experiment -b regs"
);
system( "$fail_prune --database-option-file $remote_db_conf -v $experiment -b %% --overwrite" );
system(
"$fail_prune --database-option-file $remote_db_conf -v $experiment -b %% --overwrite"
);
# notify("Importing $experiment trace complete.");
}
@ -137,8 +139,8 @@ sub inject {
}
# parent -> client
# my $count = cpu_count();
my $count = 1;
# my $count = 1;
my $count = cpu_count();
# "-Wf,--catch-write-textsegment",
system(