Skip to content

Commit

Permalink
Do not output result of compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortar authored Nov 28, 2024
1 parent 23c4f51 commit 728528b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multithreading_speedup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Threads.nthreads()

# Then we need to first compile the code not to count compilation time,
# we can do that just by executing the function one time
Bit.run_one_sim!(model; multi_threading = false)
Bit.run_one_sim!(model; multi_threading = false);

# Let's now compare the performance of single threading and multi threading
model = Bit.init_model(parameters, initial_conditions, T);
Expand Down

0 comments on commit 728528b

Please sign in to comment.