Not much. Audit adds one more write to database or to file when logs in/out or modifies data. Record locking involves two extra writes to the database when record is edited (lock/unlock) and a few reads if other users are trying to access the locked record. In other words you should not see any performance decrease unless you have thousands of simultaneous users.