source: tests/scaling_tests/README

Last change on this file was 4f79997, checked in by Mei <mei@…>, 11 years ago

1) add a new scaling test -haystack/ralphs
2) tweak some libabac code here and there

  • Property mode set to 100644
File size: 623 bytes
Line 
1
2   To demostrate scalability of libabac and to get a rough
3performance data, 2 types of scaling tests are designed.
4
5   haytack is the noise injection test
6   daisychain is the long chaining proof test
7
8   To run,
9 
10     make runcheck
11
12
13   will run several sets of setup/query that are of different
14sizes on each type of test
15
16   2 subdirectories are setup to make timing runs and generate
17jpeg graphs.
18   (Note, currently the Makefile for plotting is base for
19   gnu make and so it is not going to work right with FreeBSD's
20   make)
21
22   haystack/fruit_python
23   daisychain/likes_python
24
25   To run,
26
27      make plot
28 
Note: See TracBrowser for help on using the repository browser.