java-tutorials/performance-tests/README.md

16 lines
424 B
Markdown
Raw Normal View History

## Performance Tests
This module contains articles about performance testing.
### Relevant Articles:
- [Performance of Java Mapping Frameworks](https://www.baeldung.com/java-performance-mapping-frameworks)
2020-08-20 00:44:15 -04:00
- [Performance Effects of Exceptions in Java](https://www.baeldung.com/java-exceptions-performance)
### Running
To run the performance benchmarks:
1: `mvn clean install`
2: `java -jar target/benchmarks.jar`