bvdwiel / loadtest

Collection of scripts for load testing websites.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Allow results to be sent to a database server #10

Open bvdwiel opened 7 years ago

bvdwiel commented 7 years ago

Currently the scripts generate a SQLite database file for each run. This issue should prepare the scripts for the use of different database technologies. Having different test runs stored in a more persistent database like a MySQL server would allow more extensive analysis of data between runs.