Skip to content
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

Plot reporter time series compression #137

Closed
tsenart opened this issue Sep 5, 2015 · 1 comment
Closed

Plot reporter time series compression #137

tsenart opened this issue Sep 5, 2015 · 1 comment

Comments

@tsenart
Copy link
Owner

tsenart commented Sep 5, 2015

For very large result sets, the plot reporter generates a gigantic HTML+JS file which is very very slow to render in a browser. We can be smarter here and apply some compression to the result set without loosing most information needed.

https://www.cs.cmu.edu/~eugene/research/full/compress-series.pdf
http://skemman.is/stream/get/1946/15343/37285/3/SS_MSthesis.pdf

@tsenart
Copy link
Owner Author

tsenart commented Jul 5, 2018

tsenart added a commit that referenced this issue Jul 13, 2018
This commit introduces timeseries downsampling in the plot reporter
with the aim to be performant even with very large result sets.

Fixes #137
@tsenart tsenart mentioned this issue Jul 13, 2018
4 tasks
tsenart added a commit that referenced this issue Aug 18, 2018
This commit introduces timeseries downsampling in the plot reporter
with the aim to be performant even with very large result sets.

Fixes #137
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant