Skip to content

Instantly share code, notes, and snippets.

@artyom-poptsov
Created August 7, 2023 02:21
Show Gist options
  • Save artyom-poptsov/d53c10875e85cb735dd34e5a0f428bbe to your computer and use it in GitHub Desktop.
Save artyom-poptsov/d53c10875e85cb735dd34e5a0f428bbe to your computer and use it in GitHub Desktop.
guile-dsv-profile.sh
#!/bin/bash
OUTPUT=stat-dsv.log
for i in $(seq 10); do
/usr/bin/time -o $OUTPUT -a -f "%e" ./pre-inst-env ./utils/dsv --to rfc4180 datasets/covid.csv > test.csv
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment