We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0a7e9 commit fdfdbbdCopy full SHA for fdfdbbd
src/sage/misc/benchmark.py
@@ -22,6 +22,7 @@ def benchmark(n=-1):
22
23
EXAMPLES::
24
25
+ sage: # needs sage.libs.eclib
26
sage: from sage.misc.benchmark import *
27
sage: _ = benchmark()
28
Running benchmark 0
@@ -105,6 +106,7 @@ def bench1():
105
106
107
BENCHMARK::
108
109
110
111
sage: print(bench1()[0])
112
Find the Mordell-Weil group of the elliptic curve 5077A using mwrank
@@ -208,6 +210,7 @@ def bench7():
208
210
209
211
212
213
214
215
sage: print(bench7()[0])
216
Compute the Mordell-Weil group of y^2 = x^3 + 37*x - 997.
0 commit comments