Skip to content

Commit

Permalink
feat(lab2): optimize grading
Browse files Browse the repository at this point in the history
Signed-off-by: Yiyang Wu <[email protected]>
  • Loading branch information
ToolmanP committed Nov 7, 2024
1 parent 839160c commit eeb9e5e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Lab2/scores.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
[
{
"capture": "Allocate & free order 0",
"capture": "Allocate & free order 0: OK",
"msg": "Allocate & free order 0",
"proposed": 5
},
{
"capture": "Allocate & free each order",
"capture": "Allocate & free each order: OK",
"msg": "Allocate & free each order",
"proposed": 5
},
{
"capture": "Allocate & free all orders",
"capture": "Allocate & free all orders: OK",
"msg": "Allocate & free all orders",
"proposed": 5
},
{
"capture": "Allocate & free all memory",
"capture": "Allocate & free all memory: OK",
"msg": "Allocate & free all memory",
"proposed": 5
},
{
"capture": "kmalloc",
"capture": "kmalloc: OK",
"msg": "kmalloc",
"proposed": 10
},
{
"capture": "Map & unmap one page",
"capture": "Map & unmap one page: OK",
"msg": "Map & unmap one page",
"proposed": 10
},
{
"capture": "Map & unmap multiple pages",
"capture": "Map & unmap multiple pages: OK",
"msg": "Map & unmap multiple pages",
"proposed": 10
},
{
"capture": "Map & unmap huge range",
"capture": "Map & unmap huge range: OK",
"msg": "Map & unmap huge range",
"proposed": 20
},
{
"capture": "Compute physical memory-1",
"capture": "Compute physical memory-1: OK",
"msg": "Compute physical memory-1",
"proposed": 1
},
{
"capture": "Compute physical memory-2",
"capture": "Compute physical memory-2: OK",
"msg": "Compute physical memory-2",
"proposed": 1
},
{
"capture": "Compute physical memory-3",
"capture": "Compute physical memory-3: OK",
"msg": "Compute physical memory-3",
"proposed": 3
},
Expand Down

0 comments on commit eeb9e5e

Please sign in to comment.