Skip to content

Commit 7398a38

Browse files
committed
Add missing uPickle benchmark for Scala.js
1 parent 9934ab2 commit 7398a38

File tree

1 file changed

+1
-0
lines changed
  • jsoniter-scala-benchmark/js/src/main/scala-3/com/github/plokhotnyuk/jsoniter_scala/benchmark

1 file changed

+1
-0
lines changed

jsoniter-scala-benchmark/js/src/main/scala-3/com/github/plokhotnyuk/jsoniter_scala/benchmark/Main.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,6 +1011,7 @@ object Main {
10111011
B("playJson")(benchmark.playJson()),
10121012
B("playJsonJsoniter")(benchmark.playJsonJsoniter()),
10131013
B("smithy4sJson")(benchmark.smithy4sJson()),
1014+
B("uPickle")(benchmark.uPickle()),
10141015
B("zioJson")(benchmark.zioJson()),
10151016
B("zioSchemaJson")(benchmark.zioSchemaJson())
10161017
))

0 commit comments

Comments
 (0)