- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 5.7k
Closed
Labels
latencyLatencyLatencyregressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous version
Description
On 1.1,
$ julia --startup-file=no -q
julia> using Revisetakes ~1.5s to produce the next julia> prompt. On master, it's around 4s. I tried timing this and didn't have time to figure out what's up before needing to switch to other things. It's not the raw package import, @time using Revise is almost the same on both 1.1 and master. But there's clearly some aspect of this that's not being included in that @time; perhaps has more to do with tasks and/or stealing the REPL backend?
I have the sense that this is quite a recent change, perhaps the last week or two.
Metadata
Metadata
Assignees
Labels
latencyLatencyLatencyregressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous version