abac0-leakabac0-meimei-idmei-rt0-nmei_rt0tvf-new-xml
Last change
on this file since f30b1e9 was
7e3f5e2,
checked in by Mei <mei@…>, 12 years ago
|
1) converted daisychain scaling tests
|
-
Property mode set to
100644
|
File size:
446 bytes
|
Line | |
---|
1 | |
---|
2 | |
---|
3 | TEST=likes_0 likes_10 likes_20 |
---|
4 | TIMING=likes_30 likes_40 likes_50 likes_100 likes_150 likes_200 |
---|
5 | #TIMING=likes_200 |
---|
6 | |
---|
7 | .PHONY : test timing plot |
---|
8 | |
---|
9 | test: $(TEST) |
---|
10 | |
---|
11 | timing: $(TIMING) |
---|
12 | |
---|
13 | likes_0 : |
---|
14 | @./run_one 0 |
---|
15 | likes_10 : |
---|
16 | @./run_one 10 |
---|
17 | likes_20 : |
---|
18 | @./run_one 20 |
---|
19 | |
---|
20 | clean: |
---|
21 | @rm -rf likes_* run_plot plot timing |
---|
22 | |
---|
23 | $(TIMING): |
---|
24 | @./run_one $(subst likes_,,$@) |
---|
25 | |
---|
26 | plot: |
---|
27 | @make clean |
---|
28 | cp ../../plotting/run_plot . |
---|
29 | @make -s test |
---|
30 | @make -s timing |
---|
31 | @./run_plot likes |
---|
Note: See
TracBrowser
for help on using the repository browser.