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

Support experiments generated from sampling a range of commits #96

Open
iand opened this issue Sep 29, 2022 · 0 comments
Open

Support experiments generated from sampling a range of commits #96

iand opened this issue Sep 29, 2022 · 0 comments

Comments

@iand
Copy link
Contributor

iand commented Sep 29, 2022

Create an experiment given start and end commits and n, the number of sample points. List the commits between start and end and divide into n+1 slices. Build kubo at the commit marking the end of slices 1-n. Run experiment with those builds.

For example, given commits a,b,c,d,e,f,g:

when n=1 we split into 2 (a,b,c,d) and (e,f,g) and run experiment with commit d
when n=2 we split into 3 (a,b,c), (d,e,f) and (g) would run with c and f
when n=3 we split into 4 (a,b), (c,d), (e,f) and (g) and would run with b, d and f

@iand iand added the unplanned label Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant