Overview

JBentoStore is benchmark suite for Java servlet container. JBentoStore is based on Spring Framework JPetStore example application.

The target of this benchmark is servlet container's basic features such as HTTP request/response processing and HTTPSession manipulation. Note that the database stuff is not the target.

The original Spring JPetStore contains database access, but JBentoStore doesn't. If we run a benchmark test with database, the result contains both servlet container and database performance. Most servlet container provides a database connection pooling. It is true the database connection pooling is a part of servlet container, but JDBC driver and database itself is not. So we decided to purge database access from the original JPetStore.

Documents

Currently we have only Japanese documents.