Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Img proc benchmark #33

Merged
merged 7 commits into from
Feb 11, 2022
Merged

Img proc benchmark #33

merged 7 commits into from
Feb 11, 2022

Conversation

yamanmalkoc
Copy link
Contributor

A new benchmark for processing images, I created an S3 bucket with two sample images in it. The benchmark takes a sample image from an S3 to process and generates blur effect, rotations, contouring, sharpening to create a total of 10 new images and uploads them to that same bucket. We can keep re-using the same images as they get overridden on every run. Make sure to allow at least 15 seconds of runtime and around ~300MB of memory as it is a hefty program. If you want to add new images in the S3 bucket to test, the default bucket's name is image-processing-storage. You can create one on your own as well and change the running parameters as well.

Copy link
Contributor

@efeberkeevci efeberkeevci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@yamanmalkoc yamanmalkoc merged commit 5244907 into master Feb 11, 2022
SkylarLJY pushed a commit that referenced this pull request Feb 14, 2022
* added lambda_function

* image processing benchmark

* black formatting fixes

* README added for the image processing benchmark

* fixed path issue

* config fix
@jpzg jpzg deleted the img_proc_benchmark branch March 8, 2022 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants