Граф коммитов

9 Коммитов

Автор SHA1 Сообщение Дата
Barret Rennie 2b6bfb0cc1
Add docs for fxrecord
This moves the majority of documentation from `README.md` into a set of
documentation built with Sphinx.
2021-07-15 17:26:21 -06:00
Barret Rennie 3d87e0d250
Add management scripts 2021-07-15 14:58:33 -06:00
Barret Rennie a8e362f263
Perform visual metrics analysis 2020-10-23 17:34:21 -04:00
Barret Rennie 3b7aac42e6
Remove ffmpeg_path from config
We are importing visualmetrics.py which requires ffmpeg to be on the
PATH.
2020-10-20 18:18:06 -04:00
Barret Rennie c6e88390a0
Remove reference to cargo beta in README.md 2020-10-20 18:18:04 -04:00
Barret Rennie 408f059c5c
Add loggers for integration-tests
I've been periodically using an actual logger inside
integration-tests to debug things, so I figured it would be actually
worthwhile to add actual logging support so you don't have to modify the
unit tests to produce output.

We now provide a logger to each of the RunnerProto and RecorderProto in
tests that prefixes the records with the process (runner, recorder) that
it would occur in.

Since `cargo test` runs unit tests in parallel, to get useful output you
need to use:

```
cargo test -p integration-tests -- --nocapture --test-threads 1
```

to force them to run sequentually. Otherwise, output from several tests
will be mixed together.
2020-09-29 16:36:05 -04:00
Barret Rennie 55fe2c23b6
Document legacy IO counter requirement for fxrunner 2020-06-28 21:14:51 -04:00
Barret Rennie 8d38882f55
Require Rust 1.39 2020-05-26 01:33:04 -04:00
Barret Rennie b6131429fa
Add a README 2019-10-08 16:19:51 -04:00