Skip to content

Commit

Permalink
perf: better testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Beforerr committed Nov 19, 2024
1 parent 1beb660 commit 180dce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/runbencmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end
return x + length(y) + z
end

permuted_func = permute_args(base_func)
const permuted_func = permute_args(base_func)

@b base_func(42, "hello", 3.14)

Expand Down

0 comments on commit 180dce3

Please sign in to comment.