Re: [PATCH libinput 1/3] test: only initialize the generic rules/hwdb once

2015-07-23 Thread Hans de Goede
Hi, On 23-07-15 06:59, Peter Hutterer wrote: Installing the udev rules and reloading udevadm takes around 150ms each time. For test-pointer alone (currently 336 tests) this adds almost a minute to the runtime. The model quirks and libinput udev rules don't change, so installing them once at the

[PATCH libinput 1/3] test: only initialize the generic rules/hwdb once

2015-07-22 Thread Peter Hutterer
Installing the udev rules and reloading udevadm takes around 150ms each time. For test-pointer alone (currently 336 tests) this adds almost a minute to the runtime. The model quirks and libinput udev rules don't change, so installing them once at the start of the test run is sufficient. Unfortunat