From 47069ddb4449e91653741d18d1c8b7d83ca6cb3d Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Wed, 17 Mar 2021 18:59:58 -0400 Subject: [PATCH] doc: Update image resize READMEs --- .../imageresize/by_resolution/README.md | 18 +++--------------- .../applications/imageresize/test/README.md | 18 +++--------------- 2 files changed, 6 insertions(+), 30 deletions(-) diff --git a/runtime/experiments/applications/imageresize/by_resolution/README.md b/runtime/experiments/applications/imageresize/by_resolution/README.md index 889eab9..8bdd787 100644 --- a/runtime/experiments/applications/imageresize/by_resolution/README.md +++ b/runtime/experiments/applications/imageresize/by_resolution/README.md @@ -1,17 +1,5 @@ -# Resize +# Resize Image by Resolution -Resizes Images +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. -It appears that the initial request cuts off the bottom of the image. Thereafter, it seems that the runtime crashes out due to a socket error. - -``` -write: Bad file descriptor -C: 07, T: 0x7f20eed26700, F: current_sandbox_main> - Unable to build and send client response - -C: 07, T: 0x7f20eed26700, F: client_socket_send> - Error sending to client: Bad file descriptor -C: 07, T: 0x7f20eed26700, F: sandbox_close_http> PANIC! - Bad file descriptor -find: 'result_13192.jpg': No such file or directory -``` +The workload works sporadically, but the runtime errors out due to calls to `mremap`. The runtime gratuitously logs these calls for the time being. diff --git a/runtime/experiments/applications/imageresize/test/README.md b/runtime/experiments/applications/imageresize/test/README.md index 889eab9..94508fb 100644 --- a/runtime/experiments/applications/imageresize/test/README.md +++ b/runtime/experiments/applications/imageresize/test/README.md @@ -1,17 +1,5 @@ -# Resize +# Resize Images -Resizes Images +This script runs several test executions of the resize application, testing that the output is pixel-for-pixel identical to a known good output. -It appears that the initial request cuts off the bottom of the image. Thereafter, it seems that the runtime crashes out due to a socket error. - -``` -write: Bad file descriptor -C: 07, T: 0x7f20eed26700, F: current_sandbox_main> - Unable to build and send client response - -C: 07, T: 0x7f20eed26700, F: client_socket_send> - Error sending to client: Bad file descriptor -C: 07, T: 0x7f20eed26700, F: sandbox_close_http> PANIC! - Bad file descriptor -find: 'result_13192.jpg': No such file or directory -``` +The workload works sporadically, but the runtime errors out due to calls to `mremap`. The runtime gratuitously logs these calls for the time being.