* Fix #2034

* Fix build error

* Adjust threshold

* Add temporary debug prints

* Adjust threshhold

* Another threshold adjustment for macOS on GitHub Actions CI...

* Performance improvement by avoiding unnecessary chrono access

* More performance improvement to avoid unnecessary chrono access
This commit is contained in:
yhirose 2025-02-10 06:51:07 -05:00 committed by GitHub
parent 8aad481c69
commit 8a7c536ad5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 532 additions and 139 deletions

View file

@ -39,6 +39,8 @@ public:
socket_t socket() const override { return 0; }
time_t duration() const override { return 0; };
private:
const uint8_t *data_;
size_t size_;