mirror of
https://github.com/vacp2p/wakurtosis.git
synced 2026-01-09 14:58:02 -05:00
Refactored analysis in several files
This commit is contained in:
@@ -429,7 +429,7 @@ def main(ctx: typer.Context,
|
||||
|
||||
end = time.time()
|
||||
time_took = end - start
|
||||
print(f"For {G.number_of_nodes()}/{num_nodes} nodes, network generation took {time_took} secs.\nThe generated network is under ./{output_dir}")
|
||||
print(f"For {G.number_of_nodes()}/{num_nodes} nodes, network generation took {time_took} secs.\nThe generated network is under .{output_dir}")
|
||||
|
||||
# Benchmarking. Record finish time and stop the malloc tracing
|
||||
if benchmark :
|
||||
|
||||
Reference in New Issue
Block a user