Francesco Nigro
Francesco Nigro
Yep the enlargement of the buffer happens based on what Netty decide - which is a linear for a bit than move to power of 2 increases
Yep @EmadAlblueshi it is similar; appending can be dangerous unless it happens very few times.
A simpler workaround for this would be to better size such maps (and the `ArrayList` on `Session` which hold the resources, as well and for the same reason): this will...
Thanks for checking @lampajr ! I would rather think on a way to make a single phase of it, which is ignoring or marking differently the statistics coming from the...
This can be closed via https://github.com/Hyperfoil/Hyperfoil/pull/400
I meant this @lampajr
FYI failed test at: `LambdaCopyTest`: ```java java.lang.AssertionError at io.hyperfoil.api.config.BuilderBase.copy(BuilderBase.java:88) at io.hyperfoil.api.config.BuilderBase$CopyUtil.deepCopy(BuilderBase.java:188) at io.hyperfoil.api.config.BuilderBase$CopyUtil.deepCopy(BuilderBase.java:194) at io.hyperfoil.api.config.BuilderBase.copy(BuilderBase.java:168) at io.hyperfoil.api.config.BuilderBase$CopyUtil.deepCopy(BuilderBase.java:188) at io.hyperfoil.api.config.BuilderBase.copy(BuilderBase.java:168) at io.hyperfoil.http.builder.LambdaCopyTest.test(LambdaCopyTest.java:13) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at...
Check https://bugs.openjdk.org/browse/JDK-8336492 as well: it could be related (or not) or just an additional reason why we shouldn't rely on lambda serializated form (as stable)
Hope to not be too OT, since IDK if we're taking about switching to HB 7 from 6.x; if it's the case I remember that long time ago I have...
+100 @lampajr !