moonfire-nvr/src
Scott Lamb 4806c62ca1 reuse reqwest client in serve_camera_html bench
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.
2017-03-03 22:26:29 -08:00
..
cmds upgrade to async hyper 2017-03-02 19:29:28 -08:00
testdata Benchmark & speed up SampleIndexIterator 2016-05-19 22:53:23 -07:00
clock.rs compilation fix for 32-bit arm 2016-12-30 06:35:10 -08:00
coding.rs extract varint/zigzag stuff to separate module 2017-01-03 10:33:53 -08:00
db.rs upgrade to async hyper 2017-03-02 19:29:28 -08:00
dir.rs new "moonfire-nvr config" subcommand 2017-02-05 19:58:41 -08:00
error.rs upgrade to async hyper 2017-03-02 19:29:28 -08:00
h264.rs Rust rewrite 2016-11-25 14:34:00 -08:00
json.rs upgrade dependencies 2017-02-05 20:13:51 -08:00
main.rs upgrade to async hyper 2017-03-02 19:29:28 -08:00
mp4.rs upgrade to async hyper 2017-03-02 19:29:28 -08:00
recording.rs upgrade to async hyper 2017-03-02 19:29:28 -08:00
schema.sql benchmark camera page, fix broken schema 2017-02-12 20:37:03 -08:00
slices.rs upgrade to async hyper 2017-03-02 19:29:28 -08:00
stream.rs add a basic test of Streamer, fix it 2016-12-06 18:41:44 -08:00
streamer.rs trim the recording playback cache a bit 2017-02-28 23:28:25 -08:00
strutil.rs fully implement json handling as in spec 2016-12-08 21:28:50 -08:00
testutil.rs benchmark camera page, fix broken schema 2017-02-12 20:37:03 -08:00
web.rs reuse reqwest client in serve_camera_html bench 2017-03-03 22:26:29 -08:00