[Misc] Update disaggregation benchmark scripts and test logs (#11456)
Signed-off-by: Jiaxin Shan <seedjeffwan@gmail.com>
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
#!/bin/bash
|
||||
RANK=0 python test_lookup_buffer.py &
|
||||
RANK=1 python test_lookup_buffer.py &
|
||||
RANK=0 python3 test_lookup_buffer.py &
|
||||
PID0=$!
|
||||
RANK=1 python3 test_lookup_buffer.py &
|
||||
PID1=$!
|
||||
|
||||
wait $PID0
|
||||
wait $PID1
|
||||
|
||||
Reference in New Issue
Block a user