Skip to content

Commit 899fa4d

Browse files
authored
Add cluster spinup benchmark (#172)
1 parent 14a49e8 commit 899fa4d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

tests/benchmarks/test_coiled.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import uuid
2+
3+
from coiled import Cluster
4+
5+
6+
def test_default_cluster_spinup_time(request):
7+
8+
with Cluster(name=f"{request.node.originalname}-{uuid.uuid4().hex[:8]}"):
9+
pass

0 commit comments

Comments
 (0)