mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-25 14:52:28 +00:00
Reduce MKDEPS.COM latency from 60ms to 18ms
This commit is contained in:
parent
e96aceae41
commit
517267a577
5 changed files with 140 additions and 76 deletions
|
@ -44,6 +44,7 @@ TEST(getargs, test) {
|
|||
EXPECT_STREQ("dawg", getargs_next(&ga));
|
||||
EXPECT_STREQ("fun", getargs_next(&ga));
|
||||
EXPECT_EQ(NULL, getargs_next(&ga));
|
||||
EXPECT_EQ(NULL, getargs_next(&ga));
|
||||
getargs_destroy(&ga);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue