Skip to content

Commit a538f4c

Browse files
authored
Remove unnecessary loop
1 parent 656dfba commit a538f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/misc/MiscellaneousBenchmarks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ SUITE["perf highdim generator"] = @benchmarkable perf_g6()
402402
# Performance of heterogenous tuples #39035 #
403403
######################################################
404404

405-
perf_het_tuple() = for i in 1:100_000; b = [1, 2.0]; end;
405+
perf_het_tuple() = b = [1, 2.0]
406406

407407
SUITE["perf heterogenous tuple"] = @benchmarkable perf_het_tuple()
408408

0 commit comments

Comments
 (0)