nix: clarify output of loadtest jwt

This commit is contained in:
steve-chavez
2025-05-15 16:38:59 -05:00
parent a659b0005a
commit 10e31c4e8c
+2 -1
View File
@@ -87,7 +87,8 @@ def main():
sys.exit(1)
elapsed = time.time() - start_time
print(f"Created {TOTAL_TARGETS} targets in {args.output} ({elapsed:.2f}s)")
print(f"Created {TOTAL_TARGETS} targets with unique JWTs", end=" ")
print(f"in {args.output} ({elapsed:.2f}s)")
if __name__ == "__main__":