source: tests/scaling_tests/plotting/run_plot

Last change on this file 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
3type=$1
4
5rm -rf timing
6mkdir timing
7ln -s ../../plotting plot
8cp plot/gen_small timing/gen_small
9cp plot/gen_big timing/gen_big
10cp plot/gen_med timing/gen_med
11cp plot/split_it timing/split_it
12cat ${type}_*/*.time > timing/${type}_orig
13
14cd timing
15chmod +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
22tar cvf ${type}_plot.tar *.jpeg
23cp *.jpeg ../../../jpegs
Note: See TracBrowser for help on using the repository browser.