Skip to content

Commit

Permalink
bench: modernise run layout
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed Dec 3, 2021
1 parent 6bd25c6 commit b317136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bench/bench.sh
Expand Up @@ -673,7 +673,7 @@ fetch_run() {
(journalctl --boot 0 --quiet -u cardano-node |
head -n 100 > ${mach}.cardano-node.unit-startup.log) &&
tar c --zstd --dereference \$(ls | grep '^db-\|^logs$' -v)
" | tee "$dir"/logs/logs-$mach.tar.zst | tar x --zstd -C "$dir"/logs &
" | tee "$dir"/logs/logs-$mach.tar.zst | tar x --zstd -C "$dir" &
done
wait

Expand Down
2 changes: 1 addition & 1 deletion bench/lib-genesis.sh
Expand Up @@ -394,7 +394,7 @@ genesis_profile_mismatches() {
}

shelley_genesis_update() {
local prof=$1 start_time=$2 dir=${3:-./keys} start_time
local prof=$1 start_time=$2 dir=${3:-./keys}

profile_genesis_protocol_params "$prof" "$start_time" \
< "$dir"/genesis.json > "$dir"/genesis.json.
Expand Down

0 comments on commit b317136

Please sign in to comment.