-
Notifications
You must be signed in to change notification settings - Fork 12
Benchmark Fetching Encryption Keys from Env #85
Copy link
Copy link
Open
Labels
Description
At present when encrypting a value before inserting it into the DB,
we are using the following code: Application.fetch_env!(:fields, :encryption_keys)
We need to benchmark this to determine if it has a significant performance impact.
Help is very much wanted/appreciated in designing this perf test.
Ideally we would run it in CI for a controlled CPU/RAM environment.
Reactions are currently unavailable