Skip to content

Commit

Permalink
Add font info. Pass 100 CPU-hour of testing
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHaiweiGu committed Feb 20, 2023
1 parent 34946cf commit 3a8c330
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ the data of your previous Meggy home folder.
User Guide format and structure based
on [AB3](https://raw.githubusercontent.com/se-edu/addressbook-level3/master/docs/UserGuide.md)
<br>
Font made by [frozenpandaman](https://frozenpandaman.github.io/inkling.html)
<br>
Meggy icon cropped
from [Fandom Wiki](https://supermarioglitchy4.fandom.com/wiki/Meggy_Spletzer?file=Og+meggy+render+by+superwarriorofficial+de2n7b6.png)
<br>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/MeggyTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
public class MeggyTest {
private static final Random RAND = new Random();
/** Roughly 400 loops per second */
private static final int N_LOOP = 120 * 400;
private static final int N_LOOP = 10 * 400;
private static final int N_CORE = Runtime.getRuntime().availableProcessors();
private static final Consumer<String> DROP = s -> {
};
Expand Down

0 comments on commit 3a8c330

Please sign in to comment.