![]() |
Prev | Next |
xpackage
to the speed tests:
git grep -l xpackage
your_package
is the name of a package you
want to add to the speed tests.
If you are using a Unix system,
executing the following commands in the distribution directory
will use xpackage
as a template for your package:
cp -r speed/xpackage speed/your_package
for file in `ls speed/your_package`
do
sed -i speed/your_package/$file -e 's|xpackage|your_package|'
done
where
your_package
has been replaced by the name of the new package.
cd speed/xpackage
make check_speed_xpackage VERBOSE=1
You can then run the corresponding speed tests
with the following command
./speed_xpackage speed seed
where
seed
is a positive integer.
See speed_main
for more options.