Skip to content

Conversation

@Ki-Seki
Copy link
Member

@Ki-Seki Ki-Seki commented Jan 20, 2026

Fixes #27

Copilot AI review requested due to automatic review settings January 20, 2026 08:14
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request adds progress logging functionality to three evaluator modules (MCQA, Match, and CTP) to display the number of items evaluated and estimated time remaining during evaluation runs.

Changes:

  • Added periodic progress logging (every 10 items) to display completed items count
  • Added estimated time remaining calculation based on average time per item
  • Applied consistently across MCQA, Match, and CTP evaluators

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 10 comments.

File Description
src/gimbench/mcqa/evaluators.py Added progress and time estimation logging to sequential evaluation loop
src/gimbench/match/evaluators.py Added progress and time estimation logging to evaluation loop
src/gimbench/ctp/evaluators.py Added progress and time estimation logging to evaluation loop

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Ki-Seki Ki-Seki merged commit d81b451 into main Jan 20, 2026
3 checks passed
@Ki-Seki Ki-Seki deleted the feat/progress-log branch January 20, 2026 08:35
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

Successfully merging this pull request may close these issues.

feat: display progress information in log

2 participants