Commit Graph

8 Commits

Author SHA1 Message Date
577be039f6 [misc] correcting benchmark using binary 2022-09-22 19:06:35 +02:00
cb238ceabc [misc] adding bulk benchmark 2022-09-21 11:44:19 +02:00
4c75199a75 [misc] MariaDB benchmark common test suite implementation
benchmark precision improved running on one thread only with at least 1000 warmup operations
2022-09-06 11:03:31 +02:00
cdd42743cc Coding style fixes (PEP8)
Fixed various coding style stuff detected by flake8.
Added .pre-commit-config.yaml:
With command pre_commit install a hook for flake8 will be
installed.
2022-08-07 16:47:26 +02:00
db3b6f555c test - change travis test to use common framework in order to set different server type
update benchmarks
2021-12-17 15:05:04 +01:00
5a81686f4c Documentation work 2021-07-26 06:54:38 +02:00
2bd40ca1de Test fixes 2021-07-18 18:16:38 +02:00
29b05e3b09 Various fixes and changes for SQLAlchemy support:
- added a thin python wrapper around mariadb module
- added constansts under mariadb.constants (CLIENT, CURSOR, INDICATOR)
- bench and test are now in testing subdirectory
- updated documentation
2020-07-24 12:13:31 +02:00