Skip to content

Commit 0d8142d

Browse files
committed
Initial commit
0 parents  commit 0d8142d

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.gitignore

+13
Original file line numberDiff line numberDiff line change
@@ -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

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
json-scala-parsing-performance-tests
2+
====================================
3+
4+
Performance tests for Scala JSON parsing

0 commit comments

Comments
 (0)