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

Commit 0f2a3fd

Browse files
rename benchmark and example folder (#14)
1 parent a6eac31 commit 0f2a3fd

File tree

10 files changed

+5
-5
lines changed

10 files changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Currently, 64 bit Desktop Platforms (Linux, Windows and MacOS) are supported.
5959
## Run Example
6060

6161
```bash
62-
cd example_dart
62+
cd example
6363
dart run cronet:setup # Downloads the cronet binaries.
6464
dart run
6565
```
@@ -82,14 +82,14 @@ See benchmark [summary](dart_io_comparison.md#performance-comparison) and [exten
8282
```bash
8383
dart pub get
8484
dart run cronet:setup # Downloads the cronet binaries.
85-
dart run benchmarks/latency.dart # For sequential requests benchmark.
86-
dart run benchmarks/throughput.dart # For parallel requests benchmark.
87-
dart run benchmarks/run_all.dart # To run all the benchmarks and get reports.
85+
dart run benchmark/latency.dart # For sequential requests benchmark.
86+
dart run benchmark/throughput.dart # For parallel requests benchmark.
87+
dart run benchmark/run_all.dart # To run all the benchmarks and get reports.
8888
```
8989

9090
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.
9191

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

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

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)