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

historical plots #31

Open
yarikoptic opened this issue Sep 12, 2022 · 0 comments
Open

historical plots #31

yarikoptic opened this issue Sep 12, 2022 · 0 comments

Comments

@yarikoptic
Copy link
Member

yarikoptic commented Sep 12, 2022

possible to do with smth like (no dates for X in this quick demo)

❯ git log -p 000026/info.yaml | grep '^\+ *edit-me' | sed -e 's,.*: ,,g' | tac | grep -v -e timeout -e Read | python3 -c 'import pylab as pl, sys; pl.plot(list(map(float, sys.stdin.readlines()))); pl.show()'

image

edit: I do not think we should pregenerate all of those since we already take too much data in .git/objects but may be could do all via plotly

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