DEV Community

Discussion on: How long does it take for your test suite to run?

Collapse
 
yoursunny profile image
Junxiao Shi • Edited

Timings are just for running the test suite, excluding the compiling step.

NDNts: TypeScript, 305 test cases, 99 seconds on GitHub Actions
NDNph: C++, 88 test cases, 71 seconds on Travis CI
NDN-DPDK: C & Go, 146 test cases, 257 seconds on a dedicated server (it needs 6 CPU cores; GitHub Actions has only 2 cores so half of the tests are failing there)
ndn-cxx: C++, 1178 test cases, 136 seconds on Jenkins (but compiling can take an hour)