SKalt / brzozowski-ts

Typescript compile-time recognition of regular languages
BSD 3-Clause "New" or "Revised" License
8 stars 0 forks source link

[Feature]: CI #3

Open SKalt opened 4 weeks ago

SKalt commented 4 weeks ago

Rationale

If this library is ever going to be used in production, implementing CI is a must. Testing should cover the correctness and performance of RegExp parsing and string matching.

Actual behavior

pnpm test:unit # fast: max 5s
pnpm test:perf # slower: max 30s
SKalt commented 4 weeks ago

See also: