Commit 1e1f96d3 authored by AlexStocks's avatar AlexStocks

Add: test micro json

parent 2c573b8f
...@@ -171,7 +171,9 @@ func testProtobuf() { ...@@ -171,7 +171,9 @@ func testProtobuf() {
func test() { func test() {
for i := 0; i < 1; i++ { for i := 0; i < 1; i++ {
// testJSON() log.Debug("start to test json:")
testJSON()
log.Debug("start to test pb:")
testProtobuf() testProtobuf()
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment