You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running several times the same benchmark seems to produce quite different results. Here is an example of what happens if I run elementary.yaml
but with 1000 iterations (100 iterations seems to be worst):
I put this here, but maybe this is related to Mathics-core, where something similar happens when we call many times
Here are the results when I fix the PYTHONHASHSEED and disable Linux ASLR:
In any case, to get more accurate benchmarks, we should run the benchmarks many times for each branch, and store the average time obtained from these many runs.
@TiagoCavalcante, OK, but since I was not running anything else during the benchmark, this would imply that there is some kind of memory effect between runs in a physical machine, that does not happen in a container. Maybe this is also related to #44, isn't it?
Running several times the same benchmark seems to produce quite different results. Here is an example of what happens if I run
elementary.yaml
but with 1000 iterations (100 iterations seems to be worst):
I put this here, but maybe this is related to Mathics-core, where something similar happens when we call many times
The text was updated successfully, but these errors were encountered: