aboutsummaryrefslogtreecommitdiffstats
path: root/rust/TODO
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-11-13 15:38:19 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-11-13 15:38:19 -0800
commitc7ff87bc03d98c7fa8b2354223ae33f0fab8b5bd (patch)
treeb418dff0e671de87550ec63b3df10692bbc36b08 /rust/TODO
parentd14e86155fc0ae718954871f7adb59e415d98602 (diff)
downloadfatcat-c7ff87bc03d98c7fa8b2354223ae33f0fab8b5bd.tar.gz
fatcat-c7ff87bc03d98c7fa8b2354223ae33f0fab8b5bd.zip
start using client in some tests
Diffstat (limited to 'rust/TODO')
-rw-r--r--rust/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/TODO b/rust/TODO
index c8a1a1bd..59722cd8 100644
--- a/rust/TODO
+++ b/rust/TODO
@@ -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