Skip to content

latency regression in optimizer #38045

@JeffBezanson

Description

@JeffBezanson

Caused by #37884.
Before:

julia> @time using Plots
 84.830424 seconds (7.45 M allocations: 521.182 MiB, 0.16% gc time, 1.48% compilation time)

julia> @time display(plot(rand(10)))
  7.416645 seconds (11.68 M allocations: 676.491 MiB, 2.72% gc time, 95.68% compilation time)

After:

julia> @time using Plots
 85.947123 seconds (7.58 M allocations: 528.318 MiB, 0.16% gc time, 1.57% compilation time)

julia> @time display(plot(rand(10)))
  7.657525 seconds (11.81 M allocations: 688.000 MiB, 2.78% gc time, 95.82% compilation time)

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