We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d41bb commit 6a7d7efCopy full SHA for 6a7d7ef
jsoniter-scala-benchmark/js/src/main/scala-3/com/github/plokhotnyuk/jsoniter_scala/benchmark/Main.scala
@@ -951,6 +951,7 @@ object Main {
951
B("circeJsoniter")(benchmark.circeJsoniter()),
952
B("jsoniterScala")(benchmark.jsoniterScala()),
953
B("playJson")(benchmark.playJson()),
954
+ B("playJsonJsoniter")(benchmark.playJsonJsoniter()),
955
B("smithy4sJson")(benchmark.smithy4sJson()),
956
B("uPickle")(benchmark.uPickle()),
957
B("zioJson")(benchmark.zioJson())
0 commit comments