-
JUnit is a simple framework to write repeatable tests.
There’s a little bit of setup required: you need to configure the test’s output to the JUnit format, as well as add a few commands. The result is, however, well worth the effort. In the detailed dashboard, you can spot problems, filter skipped tests, or order them by duration.
#Developer Tools #Web Frameworks #Testing 20 social mentions
-
stackprof is a a sampling call-stack profiler for ruby 2.1+
Other profilers, such as stackprof, trace everything that’s happening by line. These types of profilers usually need some instrumentation to be configured, as shown below:.
#Resource Profiling And Monitoring #Software Development #Performance Monitoring 3 social mentions