We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d29f28 commit e35056fCopy full SHA for e35056f
jsonlite
@@ -21,11 +21,8 @@ case "$COMMAND" in
21
# Is this portable across distros?
22
UUID=$(uuidgen)
23
24
- # Piping to python -m json.tool to pretty json is super expensive.
+ # Piping to python -m json.tool to pretty print json is super expensive.
25
# What would be a good alternative?
26
- #
27
- # Running tests/set_1k.sh with python -m json.tool took 45
28
- # seconds. Without python -m json.tool it took 9 seconds.
29
echo "$2" | python -m json.tool > "$CWD/jsonlite.data/$UUID"
30
echo "$UUID";
31
0 commit comments