iso-bench icon indicating copy to clipboard operation
iso-bench copied to clipboard

Make run output the raw numbers

Open Llorx opened this issue 1 year ago • 13 comments

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.

Llorx avatar Aug 17 '23 09:08 Llorx