Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

gdp / apps / concurrent.sh @ master

History | View | Annotate | Download (124 Bytes)

1 fcefa90a Siqi Lin
#!/bin/bash
2
3
for i in `seq 1 10`;
4
do
5
    gnome-terminal -x bash -c "./rw-bench -t 1 -n 2000 -m 100 -M 101; sleep 10" &
6
done