FloatTracker.jl icon indicating copy to clipboard operation
FloatTracker.jl copied to clipboard

Add benchmarks to prevent major performance regressions

Open ashton314 opened this issue 2 years ago • 1 comments

We'd like to make sure FloatTracker doesn't get too slow. We should have some simple tests/benchmarks to make sure we're not murdering our performance with a change.

ashton314 avatar Mar 29 '23 23:03 ashton314

Let's start with the examples we already have. Make a script that runs them all once & records the time taken.

EDIT: FPBench should be good for this. We can run the kernels on a bunch of sample of inputs. https://fpbench.org/benchmarks.html

EDIT: here are a bunch from FPBench https://github.com/utahplt/FloatTrackerExamples/tree/main/examples/FPBench

bennn avatar Mar 30 '23 13:03 bennn