Julia Programming Language
BenchmarkTools keep failing in a loop
New to Julia
Skoffer
June 12, 2020, 11:50am
2
for len ∈ 1:10:1000 @benchmark sort!(a) setup=(a=randn($len)); end
2 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
Benchmarking function (using `@benchmark`) for various input sizes
Performance
2
559
February 12, 2022
Running a function inside BenchmarkTools breaks it
General Usage
2
401
March 15, 2019
Unintuitive behaviour with BenchmarkTools
General Usage
12
858
July 18, 2020
Setup `@benchmark` inside function: setup not defined
General Usage
benchmarktools
5
1372
December 17, 2021
Function in array of functions not defined
New to Julia
5
806
May 8, 2018