Skip to content
Snippets Groups Projects
Commit 91fc8b5c authored by chafiol's avatar chafiol
Browse files

UPDATE: hypo sh

parent 8cc31a2f
No related merge requests found
#!/bin/bash #!/bin/bash
for i in "insertion" "fusion" "rapide" for i in "insertion" "fusion" "rapide"
do do
cmd=$(for j in `seq 1 1000` cmd=$(for j in `seq 1 $3`
do do
../tri -g 10 100 1>../tabs/hypo_tab.txt ../tri -g $2 $1 1>../tabs/hypo_tab.txt
../tri --$i ../tabs/hypo_tab.txt ../tri --$i ../tabs/hypo_tab.txt
done ) done )
time $cmd time $cmd
......
3 6 7 5 3 5 6 2 9 1 2 7 0 9 3 6 0 6 2 6 1 8 7 9 2 0 2 3 7 5 9 2 2 8 9 7 3 6 1 2 9 3 1 9 4 7 8 4 5 0 3 6 1 0 6 3 2 0 6 1 5 5 4 7 6 5 6 9 3 7 4 5 2 5 4 7 4 4 3 0 7 8 6 8 8 4 3 1 4 9 2 0 6 8 9 2 6 6 4 9 . 3 6 7 5 3 5 6 2 9 1 .
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment