diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-13 15:38:19 -0800 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-13 15:38:19 -0800 | 
| commit | c7ff87bc03d98c7fa8b2354223ae33f0fab8b5bd (patch) | |
| tree | b418dff0e671de87550ec63b3df10692bbc36b08 /rust/TODO | |
| parent | d14e86155fc0ae718954871f7adb59e415d98602 (diff) | |
| download | fatcat-c7ff87bc03d98c7fa8b2354223ae33f0fab8b5bd.tar.gz fatcat-c7ff87bc03d98c7fa8b2354223ae33f0fab8b5bd.zip | |
start using client in some tests
Diffstat (limited to 'rust/TODO')
| -rw-r--r-- | rust/TODO | 4 | 
1 files changed, 4 insertions, 0 deletions
| @@ -19,6 +19,10 @@ account helper tool  - test/validate tokens  later: +- tried using sync::Once to wrap test database initilization (so it would only +  run migrations once), but it didn't seem to work, maybe I had a bug or it +  didn't compile? +    => could also do a global mutex: https://github.com/SergioBenitez/Rocket/issues/697  - could some of the EntityCrud trait macro stuff be re-implemented as an enum type?  - pure-rust "benchmark" scripts that hit, eg, lookups and batch endpoints      => criterion.rs benchmarking | 
