Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ethlo committed Mar 2, 2022
1 parent 3158d98 commit 9969a25
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,9 @@ W3C [Date and Time Formats](https://www.w3.org/TR/NOTE-datetime) in Java.

<img src="doc/performance.png" alt="Performance plot">

| Implementation | Parse | Format |
-------------------|--------:|----------:|
| Google DateTime | 935,199 | Not supported
| JDK Java Time | 732,180 | 1,922,732
| Ethlo ITU | 21,231,082 | 28,539,459

Numbers are operations per second (higher is better).

Your mileage may vary. The tests are easy to run and are included in the repository.
```shell
mvn clean test -Pbenchmark -Dtest=EthloITUBenchmarkTest
mvn clean test -Pbenchmark
```

Tests performed on a Dell XPS 9700
Expand Down

0 comments on commit 9969a25

Please sign in to comment.