提交 bbfce95f 编写于 作者: A Alexander Kuzmenkov

[wip] performance comparison

上级 e24926d1
# docker build -t yandex/clickhouse-performance-comparison .
FROM ubuntu:18.04
ENV LANG=C.UTF-8
ENV TZ=Europe/Moscow
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
......
......@@ -77,7 +77,7 @@ def table_header(r):
def tsv_rows(n):
result = ''
with open(n) as fd:
with open(n, encoding='utf-8') as fd:
for row in csv.reader(fd, delimiter="\t", quotechar='"'):
result += table_row(row)
return result
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册