Skip to content

Commit a28b582

Browse files
committed
readme and changelog
1 parent 6f796db commit a28b582

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

PerfomanceTests/readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@ Used API's are from:
2020

2121
## Results
2222

23-
Number of successful requests in 50 seconds **(higher is better)**.
23+
The number of successful requests executed by the K6 (see the `k6-api-tests.js` file in this dir):
24+
25+
- Duration of 60 seconds.
26+
- 100 simultaneous virtual users.
27+
- Retrieval of 10 and 100 records.
28+
29+
Higher is better.
2430

2531
| Records | Function | AOT [1](#1-aot) | JIT [2](#2-jit) | PostgREST | Ratio (AOT / PostgREST) | Ratio (JIT / PostgREST) |
2632
| ------: | ---------: | ---------: | --------: | --------: | --------: | --------: |

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ In the previous version, there is support for the automatic generation of [HTTP
5151
To use the HTTP files support, first, reference `NpgsqlRest.HttpFiles` plugin library with:
5252

5353
```console
54-
dotnet add package NpgsqlRest.CrudSource --version 1.0.0
54+
dotnet add package NpgsqlRest.HttpFiles --version 1.0.0
5555
```
5656

5757
And then include the `HttpFiles` in the list of generators in the `EndpointCreateHandlers` list option:

0 commit comments

Comments
 (0)