Ask HN: Is there a standard web framework performance benchmark test? I want to benchmark my web framework 'Contentigo.com', I want to see how it compares to CodeIgniter, Symfony etc. Has somebody written a good, clear set of benchmark tests that I can also apply to Contentigo? EG: - time to serve 100 'realistic' web pages (without any caching) - time to serve 100 'realistic' web pages with 3 database queries per request (with some defined dataset to retrieve) (without any caching) - time to serve 100 'realistic' web pages (with caching) something like this? |