iso-bench
iso-bench copied to clipboard
Make run output the raw numbers
Run will output the raw numbers, and with built-in processors they can be shown in the console, a table, a file, or you can even write your own processor.
Idea: Just add a processor list to the IsoBench constructor (or by using methods) and they will handle events when one test sample ends, when one test ends completely and when all tests end completely, to show logs meanwhile the test is running and so on. This processor will follow an interface, which is easily typed with TypeScript.