mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-26 23:25:55 -05:00
4806c62ca1
This makes a huge difference in the reported time - 863 usec rather than 6 milliseconds on my laptop. Part of the difference is in reqwest client setup (it apparently initializes a SSL_CTX that is never used in this test), part fresh connections vs keepalive, part I don't know what. None of it seems relevant to the logic I want to test. |
||
---|---|---|
.. | ||
cmds | ||
testdata | ||
clock.rs | ||
coding.rs | ||
db.rs | ||
dir.rs | ||
error.rs | ||
h264.rs | ||
json.rs | ||
main.rs | ||
mp4.rs | ||
recording.rs | ||
schema.sql | ||
slices.rs | ||
stream.rs | ||
streamer.rs | ||
strutil.rs | ||
testutil.rs | ||
web.rs |