Tweaking.
This commit is contained in:
parent
90d04fa60f
commit
97e20fb684
Binary file not shown.
|
@ -11,7 +11,7 @@ answer = []
|
||||||
for file in os.listdir(ourdir):
|
for file in os.listdir(ourdir):
|
||||||
if file.endswith(".table"):
|
if file.endswith(".table"):
|
||||||
fullpath = os.path.join(ourdir, file)
|
fullpath = os.path.join(ourdir, file)
|
||||||
answer.append([file[:-6]]+getdata(fullpath))
|
answer.append([file[:-11]]+getdata(fullpath))
|
||||||
print("#simdjson RapidJSON sajson")
|
print("#simdjson RapidJSON sajson")
|
||||||
answer.sort()
|
answer.sort()
|
||||||
for l in answer:
|
for l in answer:
|
||||||
|
|
Binary file not shown.
|
@ -11,7 +11,7 @@ answer = []
|
||||||
for file in os.listdir(ourdir):
|
for file in os.listdir(ourdir):
|
||||||
if file.endswith(".table"):
|
if file.endswith(".table"):
|
||||||
fullpath = os.path.join(ourdir, file)
|
fullpath = os.path.join(ourdir, file)
|
||||||
answer.append([file[:-6]]+getdata(fullpath))
|
answer.append([file[:-11]]+getdata(fullpath))
|
||||||
print("#simdjson RapidJSON sajson")
|
print("#simdjson RapidJSON sajson")
|
||||||
answer.sort()
|
answer.sort()
|
||||||
for l in answer:
|
for l in answer:
|
||||||
|
|
Loading…
Reference in New Issue