Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updated test execution time
  • Loading branch information
oertl authored Sep 10, 2024
1 parent 6bcd04a commit 95abdd7
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 @@ -28,7 +28,7 @@ The distribution of keys to a given number of buckets is a fundamental task in d
./gradlew pdfFigures
```
This task also evaluates the maximum absolute deviations from the predicted expectation and variance of the number of consumed random values. The results can be found in `results/time-complexity-errors.txt`.
7. To run all unit tests including tests for monotonicity and uniformity execute the `test` task (takes ~5min):
7. To run all unit tests including tests for monotonicity and uniformity execute the `test` task (takes ~7min):
```
./gradlew test
```
Expand Down

0 comments on commit 95abdd7

Please sign in to comment.