remulasce / metroapp

Realtime arrival notification utility for LA Metro
2 stars 0 forks source link

Performance testing rig #267

Open remulasce opened 9 years ago

remulasce commented 9 years ago

Right now we just have Google Analytics reporting continuously performance reports.

It would be nice to have like a unit test, where you hit a button and some standard performance metrics spit out.

Eg. Every time we modify or improve the sql lookup, we have to manually checkout before and after revisions, and put in print statements, and run the thing to test performance changes.

If we had an automatic "give me the numbers" unit test, we would still have to checkout the before & after, but we could figure out the difference with one button push. Plus we could run the test an arbitrary number of times.

Issues arise with Android platform dependencies, of course.