You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/js/src/test/scala-2/com/github/plokhotnyuk/jsoniter_scala/benchmark/TwitterAPIWritingSpec.scala
+1-2
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,7 @@ class TwitterAPIWritingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/js/src/test/scala-3/com/github/plokhotnyuk/jsoniter_scala/benchmark/TwitterAPIWritingSpec.scala
+1-2
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,7 @@ class TwitterAPIWritingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/jvm/src/test/scala-2/com/github/plokhotnyuk/jsoniter_scala/benchmark/TwitterAPIWritingSpec.scala
+1-2
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,7 @@ class TwitterAPIWritingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/jvm/src/test/scala-3/com/github/plokhotnyuk/jsoniter_scala/benchmark/TwitterAPIWritingSpec.scala
+1-2
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,7 @@ class TwitterAPIWritingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/shared/src/main/scala-2/com/github/plokhotnyuk/jsoniter_scala/benchmark/TwitterAPIWriting.scala
+2-2
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ class TwitterAPIWriting extends TwitterAPIBenchmark {
138
138
139
139
FromScala(obj).transform(ToJson.bytes)
140
140
}
141
-
/* FIXME: zio-json skips serialization of the `"description": {}` field
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/shared/src/main/scala-3/com/github/plokhotnyuk/jsoniter_scala/benchmark/TwitterAPIWriting.scala
+2-2
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ class TwitterAPIWriting extends TwitterAPIBenchmark {
122
122
123
123
FromScala(obj).transform(ToJson.bytes)
124
124
}
125
-
/* FIXME: zio-json skips serialization of the `"description": {}` field
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/shared/src/main/scala/com/github/plokhotnyuk/jsoniter_scala/benchmark/ZioJsonCodecs.scala
0 commit comments