-
Notifications
You must be signed in to change notification settings - Fork 40
Description
@TomAugspurger is (allegedly :) ) putting the vbench moves on statsmodels
pandas-dev/pandas#4777 (comment)
and @yarikoptic has already done so for numpy
http://www.onerussian.com/tmp/numpy-vbench/
now with 3 major projects taking advantage of vbench, it's clear
that moving functionality from pandas' test_perf.py into vbench upstream
would be a a win for everyone concerned. @wesm has already suggested this,
and I completely agree.
The reason I originally opted for a standalone script (with too much monkeypatching) was that
vbench seemed (to me) in need of a largish rewrite and I didn't want to get sidetracked.
as far as a roadmap goes, there's yaroslav's #33 with patches, there's the "todo" I put together a while back in #27. There's the existing test_perf which can be gutted and merged here, hopefully much cleaned up after vbench sees some internal work.
the pypy speed project, https://github.com/tobami/codespeed/ would be nice to leverage or
to implement similar functionality as well. There are are similar projects out there (in mozilla
land for example).