This repository has been archived on 2021-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
OS/pintos-env/pintos/tests/vm/Grading

12 lines
423 B
Text
Executable file

# Percentage of the testing point total designated for each set of
# tests.
# This project is primarily about virtual memory, but all the previous
# functionality should work too, and it's easy to screw it up, thus
# the equal weight placed on each.
50% tests/vm/Rubric.functionality
15% tests/vm/Rubric.robustness
10% tests/userprog/Rubric.functionality
5% tests/userprog/Rubric.robustness
20% tests/filesys/base/Rubric