redbadger / microservice-benchmark

Comparison of microservice performance, resource consumption and startup time using various tech
MIT License
0 stars 1 forks source link

Test API in Go #12

Closed charypar closed 4 years ago

charypar commented 4 years ago

Written based on the Rust example, it should be doing the same thing:

  1. Call the three backend endpoints concurrently
  2. Parse the JSON into typed data
  3. Combine the data into one structure
  4. Serialise as JSON and respond