Skip to content

Regression in time for using Revise #31665

@timholy

Description

@timholy

On 1.1,

$ julia --startup-file=no -q
julia> using Revise

takes ~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

No one assigned

    Labels

    latencyLatencyregressionRegression in behavior compared to a previous version

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions