diff --git a/benchmark/process.py b/benchmark/process.py new file mode 100644 index 0000000..a0b45e6 --- /dev/null +++ b/benchmark/process.py @@ -0,0 +1,7 @@ +#!/usr/bin/env python3 +import csv + + + +if __name__ == "__main__": + pass