Skip to content

Commit 10e31c4

Browse files
committed
nix: clarify output of loadtest jwt
1 parent a659b00 commit 10e31c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nix/tools/generate_targets.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ def main():
8787
sys.exit(1)
8888

8989
elapsed = time.time() - start_time
90-
print(f"Created {TOTAL_TARGETS} targets in {args.output} ({elapsed:.2f}s)")
90+
print(f"Created {TOTAL_TARGETS} targets with unique JWTs", end=" ")
91+
print(f"in {args.output} ({elapsed:.2f}s)")
9192

9293

9394
if __name__ == "__main__":

0 commit comments

Comments
 (0)