You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make benchmark — new Makefile target runs 100 cycles against the instance configured in .env
ABRAFLEXI_BANK_DOCTYPE — new env var controls the typDokl code used for bank-move tests (default STAND); set in your .env to match your AbraFlexi instance
Fixed address creation: Faker country codes are now filtered through a blacklist of codes not present in standard AbraFlexi installations (overseas territories, unrecognised states)
Fixed cash move and pricelist kod fields: removed erroneous code: prefix that caused 400 errors
Fixed key collisions when running multiple cycles per second: switched from time() to uniqid()
Documentation
README: added environment variable table for benchmark configuration