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

feat: report unique tasks in honest measurements #61

Merged
merged 2 commits into from
Nov 16, 2023

Conversation

bajtos
Copy link
Member

@bajtos bajtos commented Nov 16, 2023

Now that our CID dataset has ~300k items, there is little value in observing the count of samples. Instead, I would like to see how many unique retrieval tasks we are able to test each round and over time.

In this change, I am adding a new field to the existing telemetry point "evaluate" with the count of unique tasks found in the honest measurements.

While we could get this data by querying the measurements table, such query is extremely expensive and cannot filter out measurements not considered as honest.

Links:

@bajtos bajtos requested a review from juliangruber November 16, 2023 11:51
Copy link
Member

@juliangruber juliangruber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

@bajtos bajtos enabled auto-merge (squash) November 16, 2023 15:31
@bajtos bajtos merged commit 11c956f into main Nov 16, 2023
3 checks passed
@bajtos bajtos deleted the feat-report-unique-tasks branch November 16, 2023 15:32
@bajtos
Copy link
Member Author

bajtos commented Nov 28, 2023

Visualisation:

Screenshot 2023-11-28 at 10 33 55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ done
Development

Successfully merging this pull request may close these issues.

2 participants