Alex Wadell

Results 5 comments of Alex Wadell

This reproduces the issue for me on v3.1.0: ```julia using PProf @pprof map(sin, rand(1000)) ``` Here's the generated [`profile.pb.gz`](https://github.com/user-attachments/files/15514963/profile.pb.gz) System information: ``` julia> versioninfo() Julia Version 1.10.3 Commit 0b4590a5507 (2024-04-30...

I had been including a script like this, so I didn't have access to the logger. ```julia function train() lg = WandbLogger(...) # Training stuff end train() ``` But even...

Mainly, I'm lazy and wanted PkgJogger to handle the bundling up `bench_*.jl` files into a single suite for me. It also let's PkgJogger provide the following features: 1. Support for...

Poor performance appears to be driven by deepcopy in `selected(::PkgJogger.TUI.BenchmarkSelect)` ![Screen Shot 2022-06-09 at 10 53 33 AM](https://user-images.githubusercontent.com/5857298/172877556-c6bda73a-7ab0-4a3c-a102-8aa7316b8baf.png)

@palday Done! Should be good to go 😄