-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
on top of this PR, if I include back a precompile workload:
@compile_workload begin
print("Precompiling main workload: ")
main()
end
I can see that the time recorded at run time becomes worse:
Processing time (w/o IO): 19 milliseconds
Processing time (w/o IO): 20 milliseconds
Processing time (w/o IO): 19 milliseconds
to
Processing time (w/o IO): 25 milliseconds
Processing time (w/o IO): 26 milliseconds
Processing time (w/o IO): 25 milliseconds
what's the mechanism for this?
Metadata
Metadata
Assignees
Labels
No labels