updated readmes for exercises

This commit is contained in:
Jenni Rinker 2024-08-29 19:00:45 +03:00
parent 86e99bb814
commit af567b80b0
3 changed files with 41 additions and 2 deletions

View file

@ -30,7 +30,8 @@ In `plot.py`, we have given code that will load all of the timing data in `timin
**TASK**: Add code to plot of the execution duration vs. the number of threads
Open a PR with your plotting code and post your plots in the conversation, don't upload binaries to the Git remote!
**TASK**: Open a Pull Request with your plotting code and post your plots in the
conversation. Don't upload binaries to the Git remote!
**OPTIONAL TASK**: Add code to calculate and plot the speed-up time compared
to single-threaded execution. Include your code and plot in the PR.