Skip to content
This repository was archived by the owner on Feb 11, 2024. It is now read-only.

rename benchmark and example folder #14

Merged
merged 1 commit into from
Jul 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Currently, 64 bit Desktop Platforms (Linux, Windows and MacOS) are supported.
## Run Example

```bash
cd example_dart
cd example
dart run cronet:setup # Downloads the cronet binaries.
dart run
```
Expand All @@ -82,14 +82,14 @@ See benchmark [summary](dart_io_comparison.md#performance-comparison) and [exten
```bash
dart pub get
dart run cronet:setup # Downloads the cronet binaries.
dart run benchmarks/latency.dart # For sequential requests benchmark.
dart run benchmarks/throughput.dart # For parallel requests benchmark.
dart run benchmarks/run_all.dart # To run all the benchmarks and get reports.
dart run benchmark/latency.dart # For sequential requests benchmark.
dart run benchmark/throughput.dart # For parallel requests benchmark.
dart run benchmark/run_all.dart # To run all the benchmarks and get reports.
```

All the benchmarking scripts take test server url as a cli argument. `throughput.dart` and `run_all.dart` also take `N` where `2^N` is the maximum possible parallel requests and the max duration for each run to complete in seconds.

To know how to setup local test servers, read [benchmarking guide](benchmarks/benchmarking.md).
To know how to setup local test servers, read [benchmarking guide](benchmark/benchmarking.md).

Note: Test results may get affected by: <https://github.com/google/cronet.dart/issues/11>.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.