aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/garage-s3lat
blob: 361ed2635e8db59f3e9f1b634502c7f569f2f23a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env python3
from fragments import garage, s3lat, shared

if shared.id() == 1:
    garage.deploy_coord()
    s3lat.on_garage()
    garage.delete_key()
    garage.destroy()
else:
    garage.deploy_follow()
    garage.sync_on_key_down()
    garage.destroy()