Mercurial > repos > public > sbplib_julia
changeset 718:05d8ea88c690
Add note about performance testin
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 12 Mar 2021 19:55:39 +0100 |
parents | 38f9894279cd |
children | 2f8c67c5979e 1978d4509207 6dd9f97fc2be |
files | Notes.md |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
diff -r 38f9894279cd -r 05d8ea88c690 Notes.md --- a/Notes.md Mon Feb 15 11:13:12 2021 +0100 +++ b/Notes.md Fri Mar 12 19:55:39 2021 +0100 @@ -311,3 +311,12 @@ contribute to "type bloat". On the other hand adapting existing types to handle embeddedness would complicate the now very simple grid types. Are there other ways of doing the implentation? + +## Performance measuring +We should be measuring performance early. How does our effective cpu and memory bandwidth utilization compare to peak performance? + +We should make these test simple to run for any solver. + +See [this talk](https://www.youtube.com/watch?v=vPsfZUqI4_0) for some simple ideas for defining effecive memory usage and some comparison with peak performance. + +