Subject | Re: [Firebird-Java] Re: AS3AP source? |
---|---|
Author | Rick Fincher |
Post date | 2004-01-21T23:01:16Z |
OK, I got the code and:
put the benchmark folder in client-java\src\test\org\firebirdsql
modified the benchmarkSuite.properties file for my local settings
created the as3ap.gdb database in the directory specified by databasePath in
benchmarkSuite.properties
put the as3ap-data-4mb file in the directory pointed to by dataPath in
benchmarkSuite.properties and did a build.
The test fails with:
all-tests-pure-java:
[junit] Running org.firebirdsql.benchmark.TestRunner
[junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.44 sec
[junit] TEST org.firebirdsql.benchmark.TestRunner FAILED
Is this the proper procedure?
Thanks!
Rick
put the benchmark folder in client-java\src\test\org\firebirdsql
modified the benchmarkSuite.properties file for my local settings
created the as3ap.gdb database in the directory specified by databasePath in
benchmarkSuite.properties
put the as3ap-data-4mb file in the directory pointed to by dataPath in
benchmarkSuite.properties and did a build.
The test fails with:
all-tests-pure-java:
[junit] Running org.firebirdsql.benchmark.TestRunner
[junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.44 sec
[junit] TEST org.firebirdsql.benchmark.TestRunner FAILED
Is this the proper procedure?
Thanks!
Rick
----- Original Message -----
> > It looks like the files in the sourceforge site for AS3AP are just
> > data files. Where is the app or source code for the app?
>
> In the CVS: module name is Benchmarks/as3ap