On Mon, Oct 08, 2018 at 10:47:07AM +0200, [email protected] wrote: > From: Bhargava Shastry <[email protected]> > > Accepts fixes suggested by 0-day robot. > > Refactor miniflow tests out of flow_extract_target.c into > a new target called miniflow_target.c > > The biggest motivation for this massive (7-10x) increase in fuzzing > speed. Prior to the refactoring, we were doing roughly 900 executions > per second on flow_extract_target. Now, we are doing roughly 6000 > executions per second on the flow_extract_target and roughly 9000 > executions per second on the new miniflow_target. > > Moving forward, creating micro fuzz targets that are really fast is a > better strategy. Since all these micro targets can be scheduled in > parallel by oss-fuzz, the test throughput increases by a non-trivial > amount. > > Signed-off-by: Bhargava Shastry <[email protected]>
Thanks, applied to master. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
