Skip to content

Commit e35056f

Browse files
committed
Update comments
1 parent 2d29f28 commit e35056f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

jsonlite

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,8 @@ case "$COMMAND" in
2121
# Is this portable across distros?
2222
UUID=$(uuidgen)
2323

24-
# Piping to python -m json.tool to pretty json is super expensive.
24+
# Piping to python -m json.tool to pretty print json is super expensive.
2525
# 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.
2926
echo "$2" | python -m json.tool > "$CWD/jsonlite.data/$UUID"
3027
echo "$UUID";
3128

0 commit comments

Comments
 (0)