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/BigDecimalReadingSpec.scala
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ class BigDecimalReadingSpec extends BenchmarkSpecBase {
19
19
//FIXME: smithy4sJson: don't know how to tune precision for parsing of BigDecimal values
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/js/src/test/scala-2/com/github/plokhotnyuk/jsoniter_scala/benchmark/BigIntReadingSpec.scala
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ class BigIntReadingSpec extends BenchmarkSpecBase {
18
18
//benchmark.playJson() shouldBe benchmark.obj
19
19
benchmark.smithy4sJson() shouldBe benchmark.obj
20
20
benchmark.uPickle() shouldBe benchmark.obj
21
+
benchmark.zioJson() shouldBe benchmark.obj
21
22
}
22
23
"fail on invalid input" in {
23
24
valb= benchmark
@@ -29,6 +30,7 @@ class BigIntReadingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/js/src/test/scala-3/com/github/plokhotnyuk/jsoniter_scala/benchmark/BigDecimalReadingSpec.scala
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ class BigDecimalReadingSpec extends BenchmarkSpecBase {
18
18
//FIXME: smithy4sJson: don't know how to tune precision for parsing of BigDecimal values
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/js/src/test/scala-3/com/github/plokhotnyuk/jsoniter_scala/benchmark/BigIntReadingSpec.scala
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ class BigIntReadingSpec extends BenchmarkSpecBase {
17
17
//benchmark.playJson() shouldBe benchmark.obj
18
18
benchmark.smithy4sJson() shouldBe benchmark.obj
19
19
benchmark.uPickle() shouldBe benchmark.obj
20
+
benchmark.zioJson() shouldBe benchmark.obj
20
21
}
21
22
"fail on invalid input" in {
22
23
valb= benchmark
@@ -27,6 +28,7 @@ class BigIntReadingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/jvm/src/test/scala-2/com/github/plokhotnyuk/jsoniter_scala/benchmark/BigDecimalReadingSpec.scala
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ class BigDecimalReadingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/jvm/src/test/scala-2/com/github/plokhotnyuk/jsoniter_scala/benchmark/BigIntReadingSpec.scala
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ class BigIntReadingSpec extends BenchmarkSpecBase {
25
25
benchmark.sprayJson() shouldBe benchmark.obj
26
26
benchmark.uPickle() shouldBe benchmark.obj
27
27
benchmark.weePickle() shouldBe benchmark.obj
28
+
benchmark.zioJson() shouldBe benchmark.obj
28
29
}
29
30
"fail on invalid input" in {
30
31
valb= benchmark
@@ -43,6 +44,7 @@ class BigIntReadingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/jvm/src/test/scala-3/com/github/plokhotnyuk/jsoniter_scala/benchmark/BigDecimalReadingSpec.scala
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ class BigDecimalReadingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/jvm/src/test/scala-3/com/github/plokhotnyuk/jsoniter_scala/benchmark/BigIntReadingSpec.scala
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ class BigIntReadingSpec extends BenchmarkSpecBase {
23
23
benchmark.sprayJson() shouldBe benchmark.obj
24
24
benchmark.uPickle() shouldBe benchmark.obj
25
25
benchmark.weePickle() shouldBe benchmark.obj
26
+
benchmark.zioJson() shouldBe benchmark.obj
26
27
}
27
28
"fail on invalid input" in {
28
29
valb= benchmark
@@ -39,6 +40,7 @@ class BigIntReadingSpec extends BenchmarkSpecBase {
0 commit comments