Skip to content

Commit 20ea4c7

Browse files
add hurl tests for currentness and update benchmark table
* hurl test for currentness roads-all-highways * updated currentnes hurl test * Update regression-tests/README.md Co-authored-by: Matthias (~talfus-laddus) <83658582+matthiasschaub@users.noreply.github.com> * new file for bounding box for building count * update file names * change milliseconds to seconds in overview table * update hurl file --------- Co-authored-by: Matthias (~talfus-laddus) <83658582+matthiasschaub@users.noreply.github.com>
1 parent 264d24e commit 20ea4c7

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-5
lines changed

regression-tests/README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@ hurl --test --jobs 1 --repeat 1 --variable BASE_URL="https://api.quality.ohsome.
2929

3030
### Release 1.10
3131

32-
| indicator | `--jobs=1 --repeat 1` | `--jobs 15 --repeat 10` | `--jobs 15 --repeat 100` |
33-
| --- | --- | --- | --- |
34-
| land-cover-thematic-accuracy | 15547 ms | 18217 ms | 134782 ms |
35-
| land-cover-completeness | 29146 ms | 45915 ms | 386117 ms |
32+
| indicator | `--jobs=1 --repeat 1` | `--jobs 15 --repeat 10` | `--jobs 15 --repeat 100` |
33+
|--------------------------------|-----------------------|-------------------------|---------------------------------------------------|
34+
| land-cover-thematic-accuracy | 15.547 s | 18.217 s | 134.782 s |
35+
| land-cover-completeness | 29.146 s | 45.915 s | 386.117 s |
36+
| currentness roads-all-highways | 251.577 s | 129.851 s | 1375.128 s (some requests run in ohsome API timeout) |
37+
| currentness roads (cars) | 51.694 s | 129.010 s | 608.232 s |
38+
| currentness building-count | 41.324 s | 88.242 s | 461.576 s |
39+
40+
41+

regression-tests/currentness-building.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

regression-tests/currentness-road.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

regression-tests/currentness.hurl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
POST {{BASE_URL}}/indicators/currentness
2+
accept: application/json
3+
file, currentness-building.json;
4+
HTTP 200
5+
[Captures]
6+
duration_in_ms: duration

regression-tests/road-comparison.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)