microbenchmarks and timing (#67)

This commit is contained in:
Robert Nishihara
2016-05-22 10:05:14 -07:00
committed by Philipp Moritz
parent f2824d134e
commit c4b783fbc8
4 changed files with 113 additions and 18 deletions
+9 -1
View File
@@ -29,4 +29,12 @@ def test_alias_g():
def test_alias_h():
return test_alias_g()
# Test reference counting
# Test timing
@orchpy.distributed([], [])
def empty_function():
return ()
@orchpy.distributed([], [int])
def trivial_function():
return 1