Skip to content

Commit

Permalink
oops re: commented benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
mjrodgers committed Dec 12, 2024
1 parent 220b216 commit 70189c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/GSets_timing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
G = symmetric_group(10)

Omega = gset(G)
# @benchmark order(stabilizer(Omega, 1)[1])
@benchmark order(stabilizer(Omega, 1)[1])
@benchmark order(stabilizer(Omega, Set([1, 2]))[1])
@benchmark order(stabilizer(Omega, [1, 2])[1])
@benchmark order(stabilizer(Omega, (1, 2))[1])
Expand Down

0 comments on commit 70189c0

Please sign in to comment.