Skip to content

Commit e48753c

Browse files
fix: replace urllib with requests.Session in batch_validate.py
- Eliminates SSL latency by using `requests.Session` which reuses TCP connections and SSL handshake across all trace validation calls - Removes manual `ssl`, `urllib.request`, `urllib.error` handling - Also removes md file generation and summary functions — batch_validate now only validates traces and writes raw JSON output - Add `logs/` to `.gitignore` to suppress runtime output folder
1 parent 8cd6273 commit e48753c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ __pycache__/
3232

3333
# Runtime logs
3434
*.log
35+
logs/
3536

3637
# Large intermediate files at repo root (generated during benchmark runs)
3738
/queries.json

0 commit comments

Comments
 (0)