Add files
This commit is contained in:
13
python/timing/timing1.py
Normal file
13
python/timing/timing1.py
Normal file
@@ -0,0 +1,13 @@
|
||||
import pybertini as pb
|
||||
|
||||
|
||||
|
||||
|
||||
import timeit
|
||||
|
||||
result = timeit.timeit('solver.solve()', number=10000, globals=globals())
|
||||
|
||||
print(result)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user