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
As of #130, we can instrument our test code to output profiling information that we can ultimately use to monitor changes in the performance of our library. To do that, however, we need
to be able to run the benchmark code regularly in a relatively stable environment,
to aggregate the profiler results over time, and
to display these results in a useful format (possibly on the documentation site).
As of #130, we can instrument our test code to output profiling information that we can ultimately use to monitor changes in the performance of our library. To do that, however, we need