Skip to content

Commit

Permalink
Update the README.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
TonWin618 committed Apr 13, 2024
1 parent be4965b commit ecb70fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ Run the following command in the `test` directory:
dapr run --app-id myapp --dapr-http-port 3500 dotnet test
```

### Performance Comparison

![performance_comparison](./img/performance_comparison.png)

> Note: n*m represents n threads, each simultaneously looping through m operations. Each operation consists of one set, one get, and one remove. Each data item is 10kb.
Dapr Implementation:https://www.nuget.org/packages/TonWinPkg.Extensions.Caching.Dapr/1.0.1-alpha

Redis Implementation:https://www.nuget.org/packages/Microsoft.Extensions.Caching.StackExchangeRedis/8.0.4

### License

This project is licensed under the terms of the MIT license.
Expand Down
Binary file added img/performance_comparison.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ecb70fc

Please sign in to comment.