Subject Re: AS3AP source?
Author Roman Rokytskyy
> 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.
> ...
> Is this the proper procedure?

I never run it this way. There is no build script for as3ap module,
since it seemed that I was the only one interested in building that stuff.

You just compile stuff with JayBird in the classpath. Then you just
run two main classes (or classes with the main methods):

org.firebirdsql.benchmark.SingleUserSuite
org.firebirdsql.benchmark.MultiUserSuite

They print a lot to the console, but at the end you will have list of
tests with execution times and total execution time. I'm interested in
that times.

Roman