11 lines
205 B
Perl
11 lines
205 B
Perl
|
---
|
||
|
name: "Matrix Multiplication"
|
||
|
description: >
|
||
|
Test page faults by performing matrix multiplication on a large array.
|
||
|
tags: [vm]
|
||
|
depends: [not-dumbvm-paging]
|
||
|
sys161:
|
||
|
ram: 2M
|
||
|
---
|
||
|
| p /testbin/matmult
|