mirror of
https://github.com/wassname/ray.git
synced 2026-08-13 12:30:18 +08:00
microbenchmarks and timing (#67)
This commit is contained in:
committed by
Philipp Moritz
parent
f2824d134e
commit
c4b783fbc8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user