Skip to content

Commit 781f57d

Browse files
authored
Merge pull request #9 from Submitty/resource_limits_submitty_count
remove resource limits from submitty_count (now built in)
2 parents 568e9a7 + 77d7502 commit 781f57d

File tree

4 files changed

+0
-28
lines changed

4 files changed

+0
-28
lines changed

examples/04_python_static_analysis/config/config.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
{
2-
"resource_limits" : {
3-
"RLIMIT_CPU" : 60,
4-
"RLIMIT_NPROC" : 100,
5-
"RLIMIT_AS" : "RLIM_INFINITY",
6-
"RLIMIT_SIGPENDING" : 100
7-
},
8-
92
"testcases" : [
103
{
114
"title" : "Python - Static Analysis",

examples/05_cpp_static_analysis/config/config.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
{
2-
"resource_limits" : {
3-
"RLIMIT_CPU" : 60,
4-
"RLIMIT_NPROC" : 100,
5-
"RLIMIT_AS" : "RLIM_INFINITY",
6-
"RLIMIT_SIGPENDING" : 100
7-
},
8-
92
// Static analysis can also be performed upon C++ code.
103
// Here, no compilation is performed at all; instead, student code is examined to
114
// ensure that it does not use either the "goto" or "auto" keywords.

examples/06_loop_types/config/config.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
{
2-
"resource_limits" : {
3-
"RLIMIT_CPU" : 60,
4-
"RLIMIT_NPROC" : 100,
5-
"RLIMIT_AS" : "RLIM_INFINITY",
6-
"RLIMIT_SIGPENDING" : 100
7-
},
8-
92
"testcases" : [
103
{
114
"title" : "Python - Distinguish for and while Loops",

examples/07_loop_depth/config/config.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
{
2-
"resource_limits" : {
3-
"RLIMIT_CPU" : 60,
4-
"RLIMIT_NPROC" : 100,
5-
"RLIMIT_AS" : "RLIM_INFINITY",
6-
"RLIMIT_SIGPENDING" : 100
7-
},
8-
92
"testcases" : [
103
{
114
"title" : "Python - Determine Loop Depth",

0 commit comments

Comments
 (0)