Skip to content

Commit 459df66

Browse files
authored
Add reference on the scala3-compile-tests project
1 parent b136245 commit 459df66

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,9 +680,12 @@ The released version of Scala.js benchmarks is available [here](https://plokhotn
680680
### Run compilation time benchmarks
681681

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

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

688691
Publish to the local Ivy repo:

0 commit comments

Comments
 (0)