Remix.run Logo
llmslave2 4 hours ago

How many tests do other JS runtimes like V8 have? ~400 tests sounds reasonable for a single data structure, but orders of magnitude off for a language runtime.

simonw 2 hours ago | parent [-]

MicroQuickJS has 7, kind of: https://github.com/bellard/mquickjs/tree/main/tests

Though if you look in those files some of them run a ton of test functions and assertions.

My new Python library executes copies of the tests from that mquickjs repo - but those only count as 7 of the 400+ other tests.

ruszki 6 minutes ago | parent [-]

Were the tests generated by an AI then? How do you know whether they are really comprehensive?