summaryrefslogtreecommitdiff
path: root/networkx/tests/benchmark.py
Commit message (Expand)AuthorAgeFilesLines
* Fix python 3 syntax in benchmark.pyDan Schult2013-12-301-1/+0
* Bring benchmark.py up-to-date; cleanup speed testsDan Schult2013-12-301-92/+35
* clean up whitespace in benchmark.pyDan Schult2013-12-301-14/+14
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-9/+10
* Update benchmark.py to NX1.0 and include speed tests of subgraph with edge data.dschult2010-03-021-43/+61
* change delete_* to remove_* and has_neighbor to has_edgedschult2009-08-131-5/+5
* Rework test code.aric2008-11-151-15/+15
* benchmark output formattingaric2007-04-111-10/+19
* Better/more/correct benchmark examples.dschult2007-03-251-19/+121
* Add a benchmakr module which allows easy comparison of graph class speeddschult2007-03-241-0/+118