From c7ff87bc03d98c7fa8b2354223ae33f0fab8b5bd Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 13 Nov 2018 15:38:19 -0800 Subject: start using client in some tests --- rust/TODO | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rust/TODO') 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 -- cgit v1.2.3