Commit Graph
1 Commits
Author SHA1 Message Date
Hamza Ali Shahjahan 33a4977a83 fix(benchmark): reject --ollama-url without a host (#315)
Follow-up to #274: the merged scheme validation accepts host-less URLs (http://, https://), which then fail opaquely inside urlopen(). Add a minimal netloc check after the existing scheme check, so a missing host is rejected up front with a clear argparse error. Additive; keeps the existing scheme message intact.
2026-06-26 02:28:51 +02:00