Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support generating structured logs in addition to standard logs. (#8607) | Patrick Cloke | 2020-10-29 | 3 | -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 Cloke | 2020-10-19 | 1 | -2/+5 |
| | | | By using the "poll" reactor since macOS doesn't support epoll. | ||||
* | Fix synmark (#8571) | Richard van der Hoff | 2020-10-16 | 1 | -1/+1 |
| | | | This seems to have been broken since #6513. | ||||
* | Rename database classes to make some sense (#8033) | Erik Johnston | 2020-08-05 | 1 | -3/+3 |
| | |||||
* | Add some benchmarks for LruCache (#6446) | Amber Brown | 2020-04-03 | 4 | -5/+90 |
| | |||||
* | Move background update handling out of store | Erik Johnston | 2019-12-05 | 1 | -3/+3 |
| | |||||
* | Add benchmarks for structured logging performance (#6266) | Amber Brown | 2019-12-03 | 4 | -0/+283 |