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/MapOfIntsToBooleansReadingSpec.scala
+2
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ class MapOfIntsToBooleansReadingSpec extends BenchmarkSpecBase {
18
18
benchmark.smithy4sJson() shouldBe benchmark.obj
19
19
benchmark.uPickle() shouldBe benchmark.obj
20
20
benchmark.zioJson() shouldBe benchmark.obj
21
+
benchmark.zioSchemaJson() shouldBe benchmark.obj
21
22
}
22
23
"fail on invalid input" in {
23
24
valb= benchmark
@@ -31,6 +32,7 @@ class MapOfIntsToBooleansReadingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/js/src/test/scala-2/com/github/plokhotnyuk/jsoniter_scala/benchmark/MapOfIntsToBooleansWritingSpec.scala
+1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ class MapOfIntsToBooleansWritingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/js/src/test/scala-2/com/github/plokhotnyuk/jsoniter_scala/benchmark/StringOfAsciiCharsReadingSpec.scala
+2
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ class StringOfAsciiCharsReadingSpec extends BenchmarkSpecBase {
19
19
benchmark.smithy4sJson() shouldBe benchmark.obj
20
20
benchmark.uPickle() shouldBe benchmark.obj
21
21
benchmark.zioJson() shouldBe benchmark.obj
22
+
benchmark.zioSchemaJson() shouldBe benchmark.obj
22
23
}
23
24
"fail on invalid input" in {
24
25
valb= benchmark
@@ -33,6 +34,7 @@ class StringOfAsciiCharsReadingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/js/src/test/scala-2/com/github/plokhotnyuk/jsoniter_scala/benchmark/StringOfAsciiCharsWritingSpec.scala
+1
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ class StringOfAsciiCharsWritingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/js/src/test/scala-2/com/github/plokhotnyuk/jsoniter_scala/benchmark/StringOfEscapedCharsReadingSpec.scala
+2
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ class StringOfEscapedCharsReadingSpec extends BenchmarkSpecBase {
19
19
benchmark.smithy4sJson() shouldBe benchmark.obj
20
20
benchmark.uPickle() shouldBe benchmark.obj
21
21
benchmark.zioJson() shouldBe benchmark.obj
22
+
benchmark.zioSchemaJson() shouldBe benchmark.obj
22
23
}
23
24
"fail on invalid input" in {
24
25
valb= benchmark
@@ -33,6 +34,7 @@ class StringOfEscapedCharsReadingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/js/src/test/scala-2/com/github/plokhotnyuk/jsoniter_scala/benchmark/StringOfNonAsciiCharsReadingSpec.scala
+2
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ class StringOfNonAsciiCharsReadingSpec extends BenchmarkSpecBase {
19
19
benchmark.smithy4sJson() shouldBe benchmark.obj
20
20
benchmark.uPickle() shouldBe benchmark.obj
21
21
benchmark.zioJson() shouldBe benchmark.obj
22
+
benchmark.zioSchemaJson() shouldBe benchmark.obj
22
23
}
23
24
"fail on invalid input" in {
24
25
valb= benchmark
@@ -33,6 +34,7 @@ class StringOfNonAsciiCharsReadingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/js/src/test/scala-2/com/github/plokhotnyuk/jsoniter_scala/benchmark/StringOfNonAsciiCharsWritingSpec.scala
+1
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ class StringOfNonAsciiCharsWritingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/js/src/test/scala-3/com/github/plokhotnyuk/jsoniter_scala/benchmark/MapOfIntsToBooleansReadingSpec.scala
+2
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ class MapOfIntsToBooleansReadingSpec extends BenchmarkSpecBase {
17
17
benchmark.smithy4sJson() shouldBe benchmark.obj
18
18
benchmark.uPickle() shouldBe benchmark.obj
19
19
benchmark.zioJson() shouldBe benchmark.obj
20
+
benchmark.zioSchemaJson() shouldBe benchmark.obj
20
21
}
21
22
"fail on invalid input" in {
22
23
valb= benchmark
@@ -28,6 +29,7 @@ class MapOfIntsToBooleansReadingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/js/src/test/scala-3/com/github/plokhotnyuk/jsoniter_scala/benchmark/MapOfIntsToBooleansWritingSpec.scala
+1
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ class MapOfIntsToBooleansWritingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/js/src/test/scala-3/com/github/plokhotnyuk/jsoniter_scala/benchmark/StringOfAsciiCharsReadingSpec.scala
+2
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ class StringOfAsciiCharsReadingSpec extends BenchmarkSpecBase {
18
18
benchmark.smithy4sJson() shouldBe benchmark.obj
19
19
benchmark.uPickle() shouldBe benchmark.obj
20
20
benchmark.zioJson() shouldBe benchmark.obj
21
+
benchmark.zioSchemaJson() shouldBe benchmark.obj
21
22
}
22
23
"fail on invalid input" in {
23
24
valb= benchmark
@@ -31,6 +32,7 @@ class StringOfAsciiCharsReadingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/js/src/test/scala-3/com/github/plokhotnyuk/jsoniter_scala/benchmark/StringOfAsciiCharsWritingSpec.scala
+1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ class StringOfAsciiCharsWritingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/js/src/test/scala-3/com/github/plokhotnyuk/jsoniter_scala/benchmark/StringOfEscapedCharsReadingSpec.scala
+2
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ class StringOfEscapedCharsReadingSpec extends BenchmarkSpecBase {
18
18
benchmark.smithy4sJson() shouldBe benchmark.obj
19
19
benchmark.uPickle() shouldBe benchmark.obj
20
20
benchmark.zioJson() shouldBe benchmark.obj
21
+
benchmark.zioSchemaJson() shouldBe benchmark.obj
21
22
}
22
23
"fail on invalid input" in {
23
24
valb= benchmark
@@ -31,6 +32,7 @@ class StringOfEscapedCharsReadingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/js/src/test/scala-3/com/github/plokhotnyuk/jsoniter_scala/benchmark/StringOfNonAsciiCharsReadingSpec.scala
+2
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ class StringOfNonAsciiCharsReadingSpec extends BenchmarkSpecBase {
18
18
benchmark.smithy4sJson() shouldBe benchmark.obj
19
19
benchmark.uPickle() shouldBe benchmark.obj
20
20
benchmark.zioJson() shouldBe benchmark.obj
21
+
benchmark.zioSchemaJson() shouldBe benchmark.obj
21
22
}
22
23
"fail on invalid input" in {
23
24
valb= benchmark
@@ -31,6 +32,7 @@ class StringOfNonAsciiCharsReadingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/js/src/test/scala-3/com/github/plokhotnyuk/jsoniter_scala/benchmark/StringOfNonAsciiCharsWritingSpec.scala
+1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ class StringOfNonAsciiCharsWritingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/jvm/src/test/scala-2/com/github/plokhotnyuk/jsoniter_scala/benchmark/MapOfIntsToBooleansReadingSpec.scala
+2
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ class MapOfIntsToBooleansReadingSpec extends BenchmarkSpecBase {
25
25
benchmark.uPickle() shouldBe benchmark.obj
26
26
benchmark.weePickle() shouldBe benchmark.obj
27
27
benchmark.zioJson() shouldBe benchmark.obj
28
+
benchmark.zioSchemaJson() shouldBe benchmark.obj
28
29
}
29
30
"fail on invalid input" in {
30
31
valb= benchmark
@@ -43,6 +44,7 @@ class MapOfIntsToBooleansReadingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/jvm/src/test/scala-2/com/github/plokhotnyuk/jsoniter_scala/benchmark/MapOfIntsToBooleansWritingSpec.scala
+1
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ class MapOfIntsToBooleansWritingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/jvm/src/test/scala-2/com/github/plokhotnyuk/jsoniter_scala/benchmark/StringOfAsciiCharsReadingSpec.scala
+2
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ class StringOfAsciiCharsReadingSpec extends BenchmarkSpecBase {
26
26
benchmark.uPickle() shouldBe benchmark.obj
27
27
benchmark.weePickle() shouldBe benchmark.obj
28
28
benchmark.zioJson() shouldBe benchmark.obj
29
+
benchmark.zioSchemaJson() shouldBe benchmark.obj
29
30
}
30
31
"fail on invalid input" in {
31
32
valb= benchmark
@@ -47,6 +48,7 @@ class StringOfAsciiCharsReadingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/jvm/src/test/scala-2/com/github/plokhotnyuk/jsoniter_scala/benchmark/StringOfAsciiCharsWritingSpec.scala
+1
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ class StringOfAsciiCharsWritingSpec extends BenchmarkSpecBase {
Copy file name to clipboardExpand all lines: jsoniter-scala-benchmark/jvm/src/test/scala-2/com/github/plokhotnyuk/jsoniter_scala/benchmark/StringOfEscapedCharsReadingSpec.scala
+2
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ class StringOfEscapedCharsReadingSpec extends BenchmarkSpecBase {
26
26
benchmark.uPickle() shouldBe benchmark.obj
27
27
benchmark.weePickle() shouldBe benchmark.obj
28
28
benchmark.zioJson() shouldBe benchmark.obj
29
+
benchmark.zioSchemaJson() shouldBe benchmark.obj
29
30
}
30
31
"fail on invalid input" in {
31
32
valb= benchmark
@@ -47,6 +48,7 @@ class StringOfEscapedCharsReadingSpec extends BenchmarkSpecBase {
0 commit comments