SIGN IN SIGN UP
rust-lang / rust UNCLAIMED

Empowering everyone to build reliable and efficient software.

0 0 65 Rust

Rollup merge of #156357 - RalfJung:slow-test, r=Mark-Simulacrum

tests: ip*_properties: avoid parsing the IP over and over again

This test somehow takes 12s to execute in Miri (on CI, i.e. on a slow machine), despite not having any loop. I suspect it's caused by us for some reason re-parsing the same string again and again. Let's just not do that.
J
Jonathan Brouwer committed
b7c916246ba6dd7893e02939b627802f25c32117
Committed by GitHub <noreply@github.com> on 5/11/2026, 8:29:13 AM