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
680
680
### Run compilation time benchmarks
681
681
682
682
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,
684
684
play-json, and circe in 3 modes: auto, semi-auto, and derivation.
685
685
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
+
686
689
### Publish locally
687
690
688
691
Publish to the local Ivy repo:
You can’t perform that action at this time.
0 commit comments