-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement TrackedResource #94
base: master
Are you sure you want to change the base?
Conversation
9ae58e4
to
e9fab94
Compare
Codecov Report
@@ Coverage Diff @@
## master #94 +/- ##
==========================================
+ Coverage 98.20% 98.42% +0.22%
==========================================
Files 10 11 +1
Lines 278 318 +40
==========================================
+ Hits 273 313 +40
Misses 5 5
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Fixes #80 -- at least as a rudimentary first step, but other future functionality would be nice to add as well. @hdavid16 , I added a Tables.jl interface with the idea that the tables converter can take care of providing more detailed data in the future without causing breaking changes to the API. E.g. we might start tracking exact occupancy by adding a column to the table. We can change the internal storage to make it more efficient without changing the tables interface. Currently the idea is to keep the internal storage as simple as possible, but maybe add some postprocessing steps in the tables converter. Let me know if you prefer any of this do be done differently. Let me know if you prefer a different name for the new resource wrapper. |
def37ca
to
a5f209f
Compare
This currently does not work great with interrupts or channels with latency. I will keep this on hold until I have something nice for those cases. |
No description provided.