From 3a8c33057f2490a5461b94519ef6fa5c80569d2f Mon Sep 17 00:00:00 2001 From: William Gu Date: Mon, 20 Feb 2023 10:23:47 +0800 Subject: [PATCH] Add font info. Pass 100 CPU-hour of testing --- docs/README.md | 2 ++ src/main/java/MeggyTest.java | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index a087030bf9..0b0b6d12b2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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)
+Font made by [frozenpandaman](https://frozenpandaman.github.io/inkling.html) +
Meggy icon cropped from [Fandom Wiki](https://supermarioglitchy4.fandom.com/wiki/Meggy_Spletzer?file=Og+meggy+render+by+superwarriorofficial+de2n7b6.png)
diff --git a/src/main/java/MeggyTest.java b/src/main/java/MeggyTest.java index dc9ee1a514..9c22478a6b 100644 --- a/src/main/java/MeggyTest.java +++ b/src/main/java/MeggyTest.java @@ -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 DROP = s -> { };