2019-10-31 20:43:47 -05:00
|
|
|
## 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 12:44:15 +08:00
|
|
|
- [Performance Effects of Exceptions in Java](https://www.baeldung.com/java-exceptions-performance)
|
2021-01-28 01:23:32 +08:00
|
|
|
- [Is Java a Compiled or Interpreted Language?](https://www.baeldung.com/java-compiled-interpreted)
|
2019-10-31 20:43:47 -05:00
|
|
|
|
|
|
|
### Running
|
|
|
|
|
|
|
|
To run the performance benchmarks:
|
|
|
|
|
|
|
|
1: `mvn clean install`
|
|
|
|
2: `java -jar target/benchmarks.jar`
|