Skip to content

Instantly share code, notes, and snippets.

@nistath
Last active September 9, 2020 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nistath/508e00161aa16d1bb11909e814e7e00f to your computer and use it in GitHub Desktop.
Save nistath/508e00161aa16d1bb11909e814e7e00f to your computer and use it in GitHub Desktop.
Project 1 Beta Indicative Performance Guidance on AWSRUN
Submitting Job: ./rotate -t tiers -M 47
Waiting for job to finish...
==== Standard Output ====
FYI: the max tier you can be graded on is 47.
Setting up test up to tier 47: Malloc 171968x171968 matrix...
Linear search from tier 0 to 8...
PASS (yay!): Tier 0 : Rotated 26624x26624 matrix in 94 ms
PASS (ayy!): Tier 1 : Rotated 27712x27712 matrix in 123 ms
PASS (skrrt!): Tier 2 : Rotated 28864x28864 matrix in 133 ms
PASS (eoo!): Tier 3 : Rotated 30080x30080 matrix in 126 ms
PASS (boyah!): Tier 4 : Rotated 31296x31296 matrix in 156 ms
PASS (skrrt!): Tier 5 : Rotated 32576x32576 matrix in 170 ms
PASS (skrrt!): Tier 6 : Rotated 33920x33920 matrix in 160 ms
PASS (boyah!): Tier 7 : Rotated 35328x35328 matrix in 162 ms
PASS (yay!): Tier 8 : Rotated 36800x36800 matrix in 217 ms
Binary search from tier 8 to 47...
This search might be affected by outliers.
PASS (yay!): Tier 28 : Rotated 81280x81280 matrix in 931 ms
PASS (yeee!): Tier 38 : Rotated 120576x120576 matrix in 1961 ms
FAIL (timeout): Tier 43 : Rotated 146880x146880 matrix in 3498 ms but the cutoff is 2000 ms
FAIL (timeout): Tier 40 : Rotated 130496x130496 matrix in 2673 ms but the cutoff is 2000 ms
FAIL (timeout): Tier 39 : Rotated 125440x125440 matrix in 2113 ms but the cutoff is 2000 ms
Result: reached tier 38
Submitting Job: ./rotate -t tiers -m 35 -M 47
Waiting for job to finish...
==== Standard Output ====
FYI: the max tier you can be graded on is 47.
Setting up test up to tier 47: Malloc 171968x171968 matrix...
Linear search from tier 35 to 43...
PASS (boyah!): Tier 35 : Rotated 107136x107136 matrix in 1640 ms
FAIL (timeout): Tier 36 : Rotated 111424x111424 matrix in 2025 ms but the cutoff is 2000 ms
Blowing through this failure. Remaining blowthroughs: 1
FAIL (timeout): Tier 37 : Rotated 115904x115904 matrix in 2167 ms but the cutoff is 2000 ms
Blowing through this failure. Remaining blowthroughs: 0
PASS (yay!): Tier 38 : Rotated 120576x120576 matrix in 1984 ms
FAIL (timeout): Tier 39 : Rotated 125440x125440 matrix in 2081 ms but the cutoff is 2000 ms
Result: reached tier 38
Submitting Job: ./rotate -t tiers -M 47
Waiting for job to finish...
==== Standard Output ====
FYI: the max tier you can be graded on is 47.
Setting up test up to tier 47: Malloc 171968x171968 matrix...
Linear search from tier 0 to 8...
PASS (eoo!): Tier 0 : Rotated 26624x26624 matrix in 144 ms
PASS (ayy!): Tier 1 : Rotated 27712x27712 matrix in 184 ms
PASS (ayy!): Tier 2 : Rotated 28864x28864 matrix in 199 ms
PASS (eoo!): Tier 3 : Rotated 30080x30080 matrix in 196 ms
PASS (yeee!): Tier 4 : Rotated 31296x31296 matrix in 236 ms
PASS (eoo!): Tier 5 : Rotated 32576x32576 matrix in 255 ms
PASS (boyah!): Tier 6 : Rotated 33920x33920 matrix in 251 ms
PASS (boyah!): Tier 7 : Rotated 35328x35328 matrix in 254 ms
PASS (skrrt!): Tier 8 : Rotated 36800x36800 matrix in 326 ms
Binary search from tier 8 to 47...
This search might be affected by outliers.
PASS (skrrt!): Tier 28 : Rotated 81280x81280 matrix in 1443 ms
FAIL (timeout): Tier 38 : Rotated 120576x120576 matrix in 3115 ms but the cutoff is 2000 ms
FAIL (timeout): Tier 33 : Rotated 99008x99008 matrix in 2357 ms but the cutoff is 2000 ms
PASS (boyah!): Tier 30 : Rotated 87936x87936 matrix in 1695 ms
FAIL (timeout): Tier 31 : Rotated 91456x91456 matrix in 2013 ms but the cutoff is 2000 ms
Result: reached tier 30
Submitting Job: ./rotate -t tiers -m 27 -M 47
Waiting for job to finish...
==== Standard Output ====
FYI: the max tier you can be graded on is 47.
Setting up test up to tier 47: Malloc 171968x171968 matrix...
Linear search from tier 27 to 35...
PASS (boyah!): Tier 27 : Rotated 78144x78144 matrix in 1470 ms
PASS (yay!): Tier 28 : Rotated 81280x81280 matrix in 1463 ms
PASS (ayy!): Tier 29 : Rotated 84544x84544 matrix in 1723 ms
PASS (yay!): Tier 30 : Rotated 87936x87936 matrix in 1705 ms
FAIL (timeout): Tier 31 : Rotated 91456x91456 matrix in 2024 ms but the cutoff is 2000 ms
Blowing through this failure. Remaining blowthroughs: 1
FAIL (timeout): Tier 32 : Rotated 95168x95168 matrix in 2186 ms but the cutoff is 2000 ms
Blowing through this failure. Remaining blowthroughs: 0
FAIL (timeout): Tier 33 : Rotated 99008x99008 matrix in 2368 ms but the cutoff is 2000 ms
Result: reached tier 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment