Skip to content

Commit bd0de03

Browse files
committed
remove benchmarks img from readme
1 parent deb4b89 commit bd0de03

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,9 @@ Our main goals:
2525
- Extensibility is one of the core values, together with performance and minimal allocation.
2626
- We are open for suggestions and new ideas, contribution is always welcomed.
2727

28-
## Performance comparison with prometheus-net
28+
You can find the [benchmark descriptions](https://github.com/prom-client-net/prom-client/blob/main/docs/benchmarks).
2929

30-
![General use case benchmarks](https://raw.githubusercontent.com/prom-client-net/prom-client/main/docs/benchmarks/generalcase.png)
31-
Find more details on [benchmarks description](https://github.com/prom-client-net/prom-client/blob/main/docs/benchmarks/GeneralUseCase.md)
32-
33-
## Installation
30+
## Install
3431

3532
```sh
3633
dotnet add package Prometheus.Client
@@ -39,7 +36,7 @@ dotnet add package Prometheus.Client
3936
### Extensions
4037

4138
| Name | Description |
42-
|------------------------------------------------------------------------------|----------------------------------------|
39+
| ---------------------------------------------------------------------------- | -------------------------------------- |
4340
| [Prometheus.Client.AspNetCore][asp-net-core] | ASP.NET Core middleware |
4441
| [Prometheus.Client.DependencyInjection][dependency-injection] | Dependency Injection extensions |
4542
| [Prometheus.Client.HttpRequestDurations][http-request-durations] | Metrics logging of request durations |

docs/benchmarks/GeneralUseCase.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# General Use Case Benchmarks
22

3+
![General use case benchmarks](generalcase.png)
4+
35
## Legend
46
* **NoLabels** - 10 000 calls to resolve a metric (1000 unique metrics) without labels and then performing observation method.
57
* **WithLabels** - 10 000 calls to resolve a metric (1000 unique metrics) with labels and then performing observation method for unlabelled sample.
@@ -27,7 +29,7 @@
2729
| WithLabelsAndSamples_Tuple | 131.681 ms | 1.8447 ms | 2.1243 ms | 132.430 ms | 0.63 | 0.03 | - | - | - | 49.62 KB |
2830
| WithLabelsAndSamples_Int64Array | 166.056 ms | 2.4496 ms | 2.8210 ms | 167.168 ms | 0.79 | 0.03 | 11000.0000 | - | - | 47395 KB |
2931
| WithLabelsAndSamples_Int64Tuple | 128.643 ms | 1.3117 ms | 1.5105 ms | 129.282 ms | 0.62 | 0.02 | - | - | - | 48.84 KB |
30-
32+
3133
</details>
3234

3335
<details>

0 commit comments

Comments
 (0)