Skip to content

Commit bd56ebf

Browse files
committed
Initial commit
0 parents  commit bd56ebf

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+
# Compiled Object files
2+
*.slo
3+
*.lo
4+
*.o
5+
6+
# Compiled Dynamic libraries
7+
*.so
8+
*.dylib
9+
10+
# Compiled Static libraries
11+
*.lai
12+
*.la
13+
*.a

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
json_benchmark
2+
==============
3+
4+
Basic benchmarks for miscellaneous C++ JSON parsers and generators

0 commit comments

Comments
 (0)