Skip to content

Commit

Permalink
add eval result
Browse files Browse the repository at this point in the history
  • Loading branch information
zizdlp committed Oct 8, 2023
1 parent 41ec507 commit c5cc660
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,18 @@ export https_proxy="http://127.0.0.1:1080"
export http_proxy="http://127.0.0.1:1080"
```

## eval

测试环境macbook pro docker

```shell
=== socket; port:50011;loop:1000;length:25000;time:127976us ===
=== workflow sync; port:50011;loop:1000;length:25000;time:581556us ===
=== workflow async;port:50011;loop:1000;length:25000;time:75762us ===
=== grpc sync; port:50011;loop:1000;length:25000;time:722472us ===
=== grpc async; port:50011;loop:1000;length:25000;time:169693us ===
```

## bazel install

```shell
Expand Down

0 comments on commit c5cc660

Please sign in to comment.