18 lines
321 B
Perl
18 lines
321 B
Perl
|
---
|
||
|
name: "Matrix Multiplication (Swap)"
|
||
|
description: >
|
||
|
Test page faults by performing matrix multiplication on a large array.
|
||
|
tags: [swap-basic, swap]
|
||
|
depends: [/vm/matmult.t]
|
||
|
sys161:
|
||
|
cpus: 2
|
||
|
ram: 1M
|
||
|
disk1:
|
||
|
enabled: true
|
||
|
monitor:
|
||
|
commandtimeout: 70.0
|
||
|
misc:
|
||
|
prompttimeout: 3600.0
|
||
|
---
|
||
|
| p /testbin/matmult
|