After some Mendix projects where data load and performance is important I thought about the idea of a Mendix Benchmark. This benchmark can be a module with data and set of microflows executing a list of tests. The purpose it to check quickly and find possible bottlenecks in the system. The results should be compared to a reference environment. Aspects to measure: Database performance Runtime performance Memory limitations (big microflows or many concurrent microflows) Webserver Network (between Mendix server and database server) What is your opinion? Do you think this feasible? Would it make sense? What other aspects should be measured? What is a good representation of common Mendix applications?