Skip to content

Conversation

@risicle
Copy link

@risicle risicle commented Jan 26, 2020

ConcurrentLinkedQueue, having no waiting ability, lead to the use of a homebrew spinlock with a sleep time of 100ms. This meant that if the fuzzer couldn't supply the server with another request immediately (with only one fuzzin instance it never can), it would incur a 100ms wait, which would have the effect of throttling the fuzzing throughput to 10/s.

This patch raises my fuzzing rate to ~100/s.

…ueue

ConcurrentLinkedQueue, having no waiting ability, lead to the use of a
homebrew spinlock with a sleep time of 100ms. This meant that if the fuzzer
couldn't supply the server with another request immediately, it would
incur a 100ms wait, which would have the effect of throttling the fuzzing
throughput to 10/s.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant