Skip to content

Commit

Permalink
Merge 5358888 into 5e8d658
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed May 17, 2015
2 parents 5e8d658 + 5358888 commit bb6d4a9
Show file tree
Hide file tree
Showing 23 changed files with 1 addition and 1,600 deletions.
21 changes: 0 additions & 21 deletions bin/py.bench

This file was deleted.

2 changes: 1 addition & 1 deletion doc/modules/utilities/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Utilities
=========

.. TODO: add compilef.rst and benchmarking.rst when they're fixed
.. TODO: add compilef.rst?
.. automodule:: sympy.utilities

Expand Down
30 changes: 0 additions & 30 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
python setup.py clean -> will clean all trash (*.pyc and stuff)
python setup.py test -> will run the complete test suite
python setup.py bench -> will run the complete benchmark suite
python setup.py audit -> will run pyflakes checker on source code
To get a full list of avaiable commands, read the output of:
Expand Down Expand Up @@ -131,34 +130,6 @@ def run(self):
runtests.run_all_tests()


class run_benchmarks(Command):
"""Runs all SymPy benchmarks"""

description = "run all benchmarks"
user_options = [] # distutils complains if this is not here.

def __init__(self, *args):
self.args = args[0] # so we can pass it to other classes
Command.__init__(self, *args)

def initialize_options(self): # distutils wants this
pass

def finalize_options(self): # this too
pass

# we use py.test like architecture:
#
# o collector -- collects benchmarks
# o runner -- executes benchmarks
# o presenter -- displays benchmarks results
#
# this is done in sympy.utilities.benchmarking on top of py.test
def run(self):
from sympy.utilities import benchmarking
benchmarking.main(['sympy'])


exec(open('sympy/release.py').read())
with open('sympy/__init__.py') as f:
long_description = f.read().split('"""')[1]
Expand All @@ -181,7 +152,6 @@ def run(self):
},
data_files=[('share/man/man1', ['doc/man/isympy.1'])],
cmdclass={'test': test_sympy,
'bench': run_benchmarks,
'clean': clean,
'audit': audit},
classifiers=[
Expand Down
254 changes: 0 additions & 254 deletions sympy/benchmarks/bench_meijerint.py

This file was deleted.

Loading

0 comments on commit bb6d4a9

Please sign in to comment.