Is there any load testing code available for Hangfire?

Hi there,

We may have thousands of recurring jobs running per machine, some of jobs takes long time to finish while the others are quick. We would like to load test Hangfire performance. Basically, we want to see if there is no misfire (e.g., all jobs should have equal opportunities to get fired at least once for a relatively long time).
We see there is a throughput chart in Using Redis. Is there any source code available to see how Hangfire handle load testing?

Thanks,
Han