File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -680,9 +680,12 @@ The released version of Scala.js benchmarks is available [here](https://plokhotn
680680### Run compilation time benchmarks
681681
682682Use 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,
684684play-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
688691Publish to the local Ivy repo:
You can’t perform that action at this time.
0 commit comments