Add generated file
This PR adds generated files under pkg/client and vendor folder.
This commit is contained in:
7
vendor/github.com/mailru/easyjson/benchmark/ujson.sh
generated
vendored
Executable file
7
vendor/github.com/mailru/easyjson/benchmark/ujson.sh
generated
vendored
Executable file
@@ -0,0 +1,7 @@
|
||||
#/bin/bash
|
||||
|
||||
echo -n "Python ujson module, DECODE: "
|
||||
python -m timeit -s "import ujson; data = open('`dirname $0`/example.json', 'r').read()" 'ujson.loads(data)'
|
||||
|
||||
echo -n "Python ujson module, ENCODE: "
|
||||
python -m timeit -s "import ujson; data = open('`dirname $0`/example.json', 'r').read(); obj = ujson.loads(data)" 'ujson.dumps(obj)'
|
||||
Reference in New Issue
Block a user