Skip to content

Commit

Permalink
I want to run the test again and see how long it takes for two data p…
Browse files Browse the repository at this point in the history
…oints, so, here's a small change.
  • Loading branch information
tngreene committed May 10, 2018
1 parent 536a90b commit 331d830
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,7 @@ def test_performance_spheres_no_anim(self):
end = time.perf_counter() - start

filename = inspect.stack()[0][3]
print("Export time of {}: %{}".format(filename,end))
print("Export time of {}: {}".format(filename,end))
MAX_TOTAL_CUMULATIVE_EXPORT_TIME = 63.0
self.assertTrue((time.perf_counter()-start) < MAX_TOTAL_CUMULATIVE_EXPORT_TIME)

Expand Down

0 comments on commit 331d830

Please sign in to comment.