SIGN IN SIGN UP

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.
H
Hamza Ali Shahjahan committed
33a4977a83edf072f7be51c87649bdfdc5455268
Parent: 7790c37
Committed by GitHub <noreply@github.com> on 6/26/2026, 12:28:51 AM