You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN nim c -d:danger -d:lto -d:strip --app:lib --gc:arc --panics:on --tlsEmulation:off --passC:"-march=native -ffast-math -fsingle-precision-constant" --out:/tmp/faster_than_csv.so /tmp/faster_than_csv.nim
ADD benchmark.py /tmp/
ADD examples/sample.csv /tmp/
ADD run-benchmark.sh /tmp/
RUN rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/nimblecache/ /tmp/*.nim