-
Notifications
You must be signed in to change notification settings - Fork 0
/
feedback.txt
33 lines (30 loc) · 1.59 KB
/
feedback.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Student: Lakshmanan Meiyappan
Grader: Vineet Patel
Homework 1
The maximum grade for this homework is 8%. Points are subtracted from this maximum grade: for example, saying
that 2% is lost if some requirement is not completed means that the resulting grade will be 8%-2% => 6%;
if the core homework functionality does not work or it is not implemented as specified in your documentation,
your grade will be zero;
Grading Criteria:
- only some basic cloud simulation examples from the cloudsim repo are given and nothing else is done:
* non-trivial simulations: -0%
- having less than five unit and/or integration scalatests:
* multiple tests present: -0%
- missing comments and explanations from the simulation program:
* comments present: -0%
- logging is not used in the simulation programs:
* logging used; -0%
- hardcoding the input values in the source code instead of using the suggested configuration libraries:
* config used: -0%
- for each used var for heap-based shared variables or mutable collections:
* no vars found: -0%
- for each used while or for or other loops with induction variables to iterate over a collection:
* no loops found: -0%
- no instructions in README.md on how to install and run your simulator:
* instructions present: -0%
- the program crashes without completing the core functionality:
* program runs: -0%
- the documentation exists but it is insufficient to understand your cloud simulation design and models and how you assembled and deployed all components of the cloud:
* very good documentation: -0%
Total grade: 8%
Excellent job.