diff options
Diffstat (limited to 'test')
| -rwxr-xr-x | test/irqtest | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/irqtest b/test/irqtest new file mode 100755 index 0000000..030e48a --- /dev/null +++ b/test/irqtest @@ -0,0 +1,5 @@ +#!/bin/sh + +# no strong correlation between irqs serviced and extra evictions in basic test + +sudo ./linux/tools/perf/perf stat -C2 -A -e "irq_vectors:*" ./test/eviction |
