interbench icon indicating copy to clipboard operation
interbench copied to clipboard

Interactivity benchmark

Results 2 interbench issues
Sort by recently updated
recently updated
newest added

https://github.com/ckolivas/interbench/blob/e612a65ce941028ddea804e6b45ccde2750720d2/interbench.c#L733-L738 A race condition is possible for `ring` load. Suppose that there are two `ring` threads '0' and '1'. Consider the following case: * '0' thread has executed the final...

When I've tried to run interbench on one particular machine (i7-4810MQ laptop, Ubuntu 16.04 with mainline v4.15 kernel) I've noticed that it is unable to calibrate `loops_per_ms`, because `run_time` variable...