Skip to content

Commit 836e989

Browse files
committed
Do not print too much info
1 parent 92287ba commit 836e989

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bench/batch_store_cframes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ def main() -> None:
293293
print(f" seed: {args.seed}")
294294
print_store_counts(store)
295295
print()
296-
print(store.info)
297-
print()
296+
# print(store.info)
297+
# print()
298298
if random_read_requested:
299299
print_random_read_stats(store, args.random_read, rng)
300300
if args.random_read_cframe > 0:

0 commit comments

Comments
 (0)