Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzo committed Nov 2, 2017
1 parent a403262 commit d0ad8b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
@@ -1,8 +1,10 @@
### 0.2.0 - Unreleased
### 0.2.0 (2017-Nov-02)

Add caching proxy with v3 API, including
- DBreeze backend
- Periodic cache invalidation based on upstream changes
* Add caching proxy with v3 API, including
- DBreeze backend
- Periodic cache invalidation based on upstream changes
* Adds stress tests
* Tweaked kestrel options to get better performance

### 0.1.2 (2017-Oct-31)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -176,7 +176,7 @@ The stress tests run
3. Then 6 workers run `paket install -f` via liget caching proxy V3 API.

Under these conditions:
* cache download performance is *good*. The 6 workers end download within 7 minutes and are mostly constrained by IO limit. Same test on my local machine on SSD drive, passes in 3 minutes.
* cache download performance is *good*. The 6 workers end download within 9 minutes and are mostly constrained by IO limit. Same test on my local machine on SSD drive, passes in 3 minutes.
* memory usage reported by docker stats peaks at about 520 MB. So docker mem_limit of 550MB-600MB makes sense.

# Development
Expand Down

0 comments on commit d0ad8b3

Please sign in to comment.