Skip to content

Commit

Permalink
2016-09-07
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Sep 8, 2016
1 parent f027827 commit 7221f17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_performance.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

from __future__ import print_function
import time
import pytest

Expand All @@ -24,7 +25,7 @@ def test_performance_metadata():
p.size
elapse2 = time.clock() - st

assert elapse1 >= elapse2
print("filetool use %s, but pathlib_mate use %s." % (elapse1, elapse2))


if __name__ == "__main__":
Expand Down

0 comments on commit 7221f17

Please sign in to comment.