def test_loop_1(): """ EXAMPLES:: sage: from sage.libs.gap.test_long import test_loop_1 sage: test_loop_1() """ libgap.collect() for i in range(10000): G = libgap.CyclicGroup(2)
def test_loop_1(): """ EXAMPLES:: sage: from sage.libs.gap.test_long import test_loop_1 sage: test_loop_1() # long time (up to 25s on sage.math, 2013) """ libgap.collect() for i in range(10000): G = libgap.CyclicGroup(2)