abac0-leakabac0-mei
Last change
on this file since 6cd69a0 was
ec550f7,
checked in by Mei <mei@…>, 11 years ago
|
1) reworked how API doc is generated
2) tweak top level Makefile.am
3) loading issuer principal as side-effect of loading
an attribute credentials
4) add examples of GENI specific attribute credentials
and principal certificates into the regression testing
5) rename examples to tests
|
-
Property mode set to
100755
|
File size:
429 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | type=$1 |
---|
4 | |
---|
5 | rm -rf timing |
---|
6 | mkdir timing |
---|
7 | ln -s ../../plotting plot |
---|
8 | cp plot/gen_small timing/gen_small |
---|
9 | cp plot/gen_big timing/gen_big |
---|
10 | cp plot/gen_med timing/gen_med |
---|
11 | cp plot/split_it timing/split_it |
---|
12 | cat ${type}_*/*.time > timing/${type}_orig |
---|
13 | |
---|
14 | cd timing |
---|
15 | chmod +x gen_small gen_big split_it |
---|
16 | |
---|
17 | ./split_it ${type} |
---|
18 | ./gen_small ${type} |
---|
19 | ./gen_big ${type} |
---|
20 | ./gen_med ${type} |
---|
21 | |
---|
22 | tar cvf ${type}_plot.tar *.jpeg |
---|
23 | cp *.jpeg ../../../jpegs |
---|
Note: See
TracBrowser
for help on using the repository browser.