summary refs log tree commit diff
path: root/synmark (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support generating structured logs in addition to standard logs. (#8607)Patrick Cloke2020-10-293-66/+39
| | | | | | | This modifies the configuration of structured logging to be usable from the standard Python logging configuration. This also separates the formatting of logs from the transport allowing JSON logs to files or standard logs to sockets.
* Support running synmark on macOS. (#8578)Patrick Cloke2020-10-191-2/+5
| | | By using the "poll" reactor since macOS doesn't support epoll.
* Fix synmark (#8571)Richard van der Hoff2020-10-161-1/+1
| | | This seems to have been broken since #6513.
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-3/+3
|
* Add some benchmarks for LruCache (#6446)Amber Brown2020-04-034-5/+90
|
* Move background update handling out of storeErik Johnston2019-12-051-3/+3
|
* Add benchmarks for structured logging performance (#6266)Amber Brown2019-12-034-0/+283