Sha256: d62f21f1cacab7a0d5324caaaebeee0f8aa1295a3dfbe23fe4ed5d8b75b9bdc7
Contents?: true
Size: 422 Bytes
Versions: 2
Compression:
Stored size: 422 Bytes
Contents
Feature: Concurrency As a developer I want to be able to serve multiple requests in parallel To increase server performance Background: Given the server is running Scenario: Perform two requests in parallel Given a client "A" And a client "B" When client "A" makes a "1" seconds request And client "B" makes a "0.1" second request Then client "B" receives a response before client "A"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yarn-0.0.9 | features/concurrency.feature |
yarn-0.0.2 | features/concurrency.feature |