mirror of
https://github.com/singchia/frontier.git
synced 2025-09-26 20:31:25 +08:00
bench: add open bash scriptes
This commit is contained in:
13
test/bench/open/open.sh
Executable file
13
test/bench/open/open.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
# start service
|
||||
sleep 2
|
||||
nohup ./open_service >/dev/null 2>&1 &
|
||||
pid=$!
|
||||
|
||||
# start edge
|
||||
sleep 2
|
||||
./open_edge
|
||||
|
||||
# kill service
|
||||
kill -9 $pid
|
Reference in New Issue
Block a user