1
0
mirror of synced 2025-07-27 23:41:48 +03:00
* 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
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_;