This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Benching I/O with joblib and other libraries. Comment and | |
un-comment what you are interested in. | |
Warning: this is slow, and the benchs are easily offset by other disk | |
activity. | |
""" | |
import os | |
import time | |
import shutil |