Skip to content

Commit

Permalink
Update testground/benchmark/benchmark/stateless.py
Browse files Browse the repository at this point in the history
Signed-off-by: yihuang <huang@crypto.com>
  • Loading branch information
yihuang authored Jul 25, 2024
1 parent 10e47da commit 8dc036e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testground/benchmark/benchmark/stateless.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def run(
outdir = Path(outdir)
if outdir.is_dir():
with tarfile.open(
outdir / f"{group}_{group_seq}.tar.gz", "x:bz2"
outdir / f"{group}_{group_seq}.tar.bz2", "x:bz2"
) as tar:
tar.add(home, arcname="data")

Expand Down

0 comments on commit 8dc036e

Please sign in to comment.