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

Performance Measurement #6

Open
JMMackenzie opened this issue Nov 22, 2024 · 4 comments
Open

Performance Measurement #6

JMMackenzie opened this issue Nov 22, 2024 · 4 comments

Comments

@JMMackenzie
Copy link
Contributor

Once the first prototype is running, explore large-scale testing to see where time is being lost and optimize if/where possible.

@JMMackenzie
Copy link
Contributor Author

MSMARCO dev (~7k topics) with depth = 1000 runs takes 20 seconds to compute RBP scores.

The read of the file takes 10 seconds itself; the computation takes another 10 seconds.

We need to optimize!

@JMMackenzie
Copy link
Contributor Author

A bit of quick profiling shows that our read and to_rbranking_dict are taking a lot of cycles.

The command here was RBA on 1000 element runs, with about 7000 queries.

image

@mpetri
Copy link
Contributor

mpetri commented Dec 12, 2024

is this still true

@JMMackenzie
Copy link
Contributor Author

I believe so, yeah -- do you want me to run more profiling?

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

2 participants