-
Notifications
You must be signed in to change notification settings - Fork 0
-
0.2.0
No due date Last updated over 2 years agoThis milestone captures work related to persisting data to HTTP end…
This milestone captures work related to persisting data to HTTP endpoints complying to some specification.
Since GitHub CI isn't really a viable environment to run in, persistence must happen somewhere else. Some kind of server that receives json like
{ "joules": 1234, "watts": 1234, "run_id": 1, ...
would be a good persistence target. Having a persistence target will enable running repeated samples to estimate distributions and asking statistical questions like "which of cats-stm's TVar, zio's TVar, or a vanilla Scala hand-rolled Saga is the most energy efficient way to implement ?"