Skip to content

Commit

Permalink
Add reference on the scala3-compile-tests project
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk authored Feb 4, 2024
1 parent b136245 commit 459df66
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -680,9 +680,12 @@ The released version of Scala.js benchmarks is available [here](https://plokhotn
### Run compilation time benchmarks

Use the [circe-argonaut-compile-times](https://github.com/stephennancekivell/circe-argonaut-compile-times) project to
compare compilation time of jsoniter-scala for deeply nested data structures with other JSON parsers like argonaut,
compare compilation time of jsoniter-scala for deeply nested product types with other JSON parsers like argonaut,
play-json, and circe in 3 modes: auto, semi-auto, and derivation.

For Scala 3 use the [scala3-compile-tests](https://github.com/pme123/scala3-compile-tests) project to compare
compilation time of jsoniter-scala for Scala 3 enumerations (sum types) with circe in semi-auto mode.

### Publish locally

Publish to the local Ivy repo:
Expand Down

0 comments on commit 459df66

Please sign in to comment.