summaryrefslogtreecommitdiff
path: root/benchmarks/benchmark.py
Commit message (Collapse)AuthorAgeFilesLines
* REM: Remove benchmarks files.Charles Harris2013-02-281-42/+0
| | | | | | | | | | | The files are very basic, old benchmarks testing numpy against numeric and numarray. The competitors are almost defunct and, while benchmarks are awesome, we really need a more polished and complete framework that runs against the current competition. I think the early results from these benchmarks were posted, maybe even presented, and could be found in a search. Closes #3088 ;) So old a tuple parameter was used.
* 2to3: Updata `except Exception, msg:` syntax in files not in numpy/ .Charles Harris2013-02-271-1/+1
| | | | This should finish the updating of the exception syntax.
* updating to us import numpy as np conventionJarrod Millman2007-12-151-1/+1
|
* Refactor benchmarks.Stefan van der Walt2007-02-171-0/+42