Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarmorling committed Dec 5, 2020
1 parent 466eea6 commit 2543685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _Unit testing, for performance_

JfrUnit allows to assert the [JDK Flight Recorder](https://openjdk.java.net/jeps/328) (JFR) events emitted by an application.

## Why Should I Use JfrUnit?
## Why JfrUnit?

While unit testing of functional requirements is a standard practice, identifying performance regressions (increased latencies, reduced throughput) through automated tests is much harder: e.g. assertions on specific request runtime are prone to failures in virtualized/containerized CI environments due to concurrent load of other jobs.

Expand Down

0 comments on commit 2543685

Please sign in to comment.