nix: clarify output of loadtest jwt
This commit is contained in:
@@ -87,7 +87,8 @@ def main():
|
|||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
elapsed = time.time() - start_time
|
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__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
Reference in New Issue
Block a user