We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 0d8142dCopy full SHA for 0d8142d
.gitignore
@@ -0,0 +1,13 @@
1
+*.class
2
+*.log
3
+
4
+# sbt specific
5
+dist/*
6
+target/
7
+lib_managed/
8
+src_managed/
9
+project/boot/
10
+project/plugins/project/
11
12
+# Scala-IDE specific
13
+.scala_dependencies
README.md
@@ -0,0 +1,4 @@
+json-scala-parsing-performance-tests
+====================================
+Performance tests for Scala JSON parsing
0 commit comments