Skip to content

Commit 7370ccb

Browse files
committed
little addition to readme
1 parent da914d8 commit 7370ccb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
## Minimal example
3131

32-
For the full doc see the [project wiki](https://github.com/Wissance/WebApiToolkit/wiki), to add in one line, for example i break it to `Assembly` get and add `Controller`, i.e.:
32+
For the full doc see the [ :books: project wiki](https://github.com/Wissance/WebApiToolkit/wiki), to add in one line, for example i break it to `Assembly` get and add `Controller`, i.e.:
3333
1. Generate assembly:
3434
```csharp
3535
Assembly stationControllerAssembly = services.AddSimplifiedAutoController<StationEntity, Guid, EmptyAdditionalFilters>(
@@ -55,11 +55,11 @@ services.AddControllers().AddApplicationPart(stationControllerAssembly).AddContr
5555
:cool: `Bulk` vs :no_good_man: Non-Bulk, `Wissance.WebApiToolkit` has Bulk out of the box:
5656

5757
![Bulk vs Non Bulk](./img/bulk_performance.png)
58-
```
59-
Elapsed time in Non-Bulk REST API with EF is 0.9759984016418457 secs.
60-
Elapsed time in Bulk API with EF is 0.004002094268798828 secs.
61-
```
62-
:sparkles: Result : Bulk is almost ~`250 x` faster `API`.
58+
59+
* :scream: Elapsed time in Non-Bulk REST API with EF is <span style="color:red">0.9759984016418457 secs.</span>
60+
* :fire: Elapsed time in Bulk API with EF is <span style="color:green">**0.004002094268798828 secs**.</span>
61+
62+
:sparkles: Result : Bulk `API` is almost <span style="color:green">**~250 x faster**</span>!
6363

6464
### Additional materials (Post, articles, video)
6565

0 commit comments

Comments
 (0)