This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Loader.io test: | |
| Endpoint: http://<proxy>/reviews/api/item/%{*:1-10000000}/reviews | |
| Specifications: 400 clients per second over 1 minute | |
| New Relic results: | |
| Peak throughput: 292 rps | |
| Peak latency: 650ms. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Change port for service/proxy | |
| target: "http://localhost:3000" | |
| phases: | |
| - duration: 60 | |
| arrivalRate: 5 | |
| name: Warm up | |
| - duration: 120 | |
| arrivalRate: 5 | |
| rampTo: 1000 | |
| name: Ramp up load |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| reviews=# select * from "Reviews" join "Guitars" on "Reviews"."guitarId"= "Guitars"."id" where "Guitars".id = 21; | |
| id | guitarId | rating | author | date | description | id | name | productId | |
| ----------+----------+--------+---------------------+-----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| license: gpl-3.0 | |
| redirect: https://observablehq.com/@d3/selection-join |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| URL: 127.0.0.1:3000/1 | |
| [ | |
| { | |
| "id": 1, | |
| "url": "https://mykea-main-title-pictures.s3.us-east-2.amazonaws.com/27.jpg", | |
| "description_id": 1, | |
| "description": "Fuga est quibusdam molestias adipisci tenetur pariatur quis voluptas vitae maxime adipisci et voluptatem odit autem placeat id iste velit quam quibusdam cumque ipsam rerum iste fugit est molestias aut." | |
| }, | |
| { |
NewerOlder