$ time julia -e '@info VERSION; using Temporal'
[ Info: 1.3.0-DEV.433
real 0m1.173s
user 0m1.036s
sys 0m0.253s
$ time julia -e '@info VERSION; using Temporal; using Temporal'
[ Info: 1.3.0-DEV.433
real 0m15.681s <=====================
user 0m15.503s
sys 0m0.292s
$ time julia -e '@info VERSION; using Temporal; using Temporal; using Temporal'
[ Info: 1.3.0-DEV.433
real 0m15.632s <=====================
user 0m15.476s
sys 0m0.268s
here's tests on travis.
$ time julia -e '@info VERSION; using Temporal; using Temporal' [ Info: 1.1.1 real 0m3.696s user 0m3.576s sys 0m0.228s
$ time julia -e '@info VERSION; using Temporal; using Temporal; using Temporal' [ Info: 1.1.1 real 0m3.638s user 0m3.508s sys 0m0.245s
$ time julia -e '@info VERSION; using Temporal' [ Info: 1.3.0-DEV.433 real 0m1.173s user 0m1.036s sys 0m0.253s
$ time julia -e '@info VERSION; using Temporal; using Temporal' [ Info: 1.3.0-DEV.433 real 0m15.681s <===================== user 0m15.503s sys 0m0.292s
$ time julia -e '@info VERSION; using Temporal; using Temporal; using Temporal' [ Info: 1.3.0-DEV.433 real 0m15.632s <===================== user 0m15.476s sys 0m0.268s