You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sean McBride f7ecc11a71
test: cleanup tests
3 years ago
..
.gitignore refactor: Move tests 3 years ago
Makefile test: cleanup tests 3 years ago
README.md refactor: Move tests 3 years ago
edf_nopreemption.env refactor: Move tests 3 years ago
edf_preemption.env refactor: Move tests 3 years ago
expected_result_large.jpg refactor: Move tests 3 years ago
expected_result_medium.jpg refactor: Move tests 3 years ago
expected_result_small.jpg refactor: Move tests 3 years ago
fifo_nopreemption.env refactor: Move tests 3 years ago
fifo_preemption.env refactor: Move tests 3 years ago
flower.jpg refactor: Move tests 3 years ago
install.sh refactor: Move tests 3 years ago
run.sh refactor: Move tests 3 years ago
shrinking_man_large.jpg refactor: Move tests 3 years ago
shrinking_man_medium.jpg refactor: Move tests 3 years ago
shrinking_man_small.jpg refactor: Move tests 3 years ago
spec.json test: cleanup tests 3 years ago

README.md

Resize Image by Resolution

The goal of this experiment is to run the resize operation on small, medium, and large source images and measure how the size of the input image affects execution time.

The workload works sporadically, but the runtime errors out due to calls to mremap. The runtime gratuitously logs these calls for the time being.