Update notes for 2019-03-31

This commit is contained in:
2019-03-31 10:20:45 +03:00
parent ac85f2c94f
commit 243007eefd
4 changed files with 37 additions and 14 deletions

View File

@ -1001,4 +1001,15 @@ user 0m31.657s
sys 0m2.551s
```
- Interestingly, now that the CPU steal is not an issue the REST API is ten seconds faster than it was in [2018-10]({{< relref "2018-10.md" >}}):
```
$ time http --print h 'https://cgspace.cgiar.org/rest/items?expand=metadata,bitstreams,parentCommunityList&limit=100&offset=0'
...
0.33s user 0.07s system 2% cpu 17.167 total
0.27s user 0.04s system 1% cpu 16.643 total
0.24s user 0.09s system 1% cpu 17.764 total
0.25s user 0.06s system 1% cpu 15.947 total
```
<!-- vim: set sw=2 ts=2: -->