networkx / nx-parallel

A networkx backend that uses joblib to run graph algorithms in parallel.
BSD 3-Clause "New" or "Revised" License
23 stars 20 forks source link

MAINT : added `default_benchmark_timeout` to `asv.conf.json` #43

Closed Schefflera-Arboricola closed 7 months ago

Schefflera-Arboricola commented 7 months ago

For 800 node graphs, the benchmarks fail and give a timeout error(60.0 s).

dschult commented 7 months ago

I couldn't find default_benchmark_timeout in the docs for asv. Where did you find that? it's a nice thing to be able to set. :)

Schefflera-Arboricola commented 7 months ago

I couldn't find default_benchmark_timeout in the docs for asv. Where did you find that? it's a nice thing to be able to set. :)

here https://github.com/airspeed-velocity/asv/pull/1308 Also after increasing the default timeout here https://github.com/networkx/nx-parallel/pull/42 i was no longer getting the timeout error.