What still needs to be done
At this time we have a basic system working which runs one test and delivers the results to one bucket. We plan to build both more tests and more buckets which should cover the basic needs of a user.
We also plan to rewrite the tests run asynchronously using the twisted-framework. This will surely result in a performance boost since network traffic itself is asynchronous. Instead of performing the tests one after one we will then start all the tests at once and collect their results.