-
Notifications
You must be signed in to change notification settings - Fork 4
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
Screenshot app #31
Screenshot app #31
Conversation
{"function_name": "formplug-dev-receive", "folder_name": "formplug", "last_log_timestamp": 1644018632028, "vendor": "AWS", "DB_URL": "localhost", "DB_PORT": 27017, "workload_path": "spot/benchmarks/AWSHelloWorld/workload.json", "region": "us-east-2", "mem_size": 128, "workload": {"test_name": "IntegrationTest1", "test_duration_in_seconds": 15, "random_seed": 100, "blocking_cli": false, "instances": {"instance1": {"application": "formplug-dev-receive", "distribution": "Poisson", "rate": 5, "activity_window": [5, 10], "payload": "spot/benchmarks/formplug/payload.json", "host": "psihxi4hxi.execute-api.us-east-2.amazonaws.com", "stage": "dev", "resource": "?format=json"}}}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is incorrect. Why does the path of formplug config include AWSHelloWorld(or old version HelloWorld in the first place)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That came from a typo in one of my commits, should be the name of the corresponding benchmark folder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eriklangille Can you change accordingly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do
@@ -0,0 +1,93 @@ | |||
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a short description of what this document is for
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should have not been committed
Was there a license for this benchmark? Yaman's benchmark has one and while revieiwing his PR, I thought you should add the license if it exists. |
Headless chrome that takes a screenshot of a page and provides the screenshot as the result working with SPOT
Closes #15