Skip to content

Commit b1b6cb3

Browse files
committed
Order bench results by "mode"
1 parent 33902fc commit b1b6cb3

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,33 +72,31 @@ ExampleObject{
7272
}
7373
```
7474

75-
Results:
76-
7775
### Denormalization
7876

7977
Denormalization: Transformation from raw payload (array) to concrete object.
8078

8179
| subject | revs | its | mem_peak | mode | rstdev |
8280
|-----------------------------|------|-----|----------|-----------|--------|
8381
| benchJmsWithAttributes | 50 | 20 | 4.466mb | 32.151μs | ±1.70% |
84-
| benchValinorWithPhpStan | 50 | 20 | 3.870mb | 119.750μs | ±1.21% |
85-
| benchSymfonyWithPhpStan | 50 | 20 | 3.870mb | 126.807μs | ±1.94% |
86-
| benchSymfonyWithDocBlock | 50 | 20 | 3.870mb | 123.889μs | ±1.35% |
8782
| benchTypeLangWithDocBlocks | 50 | 20 | 3.870mb | 34.175μs | ±1.61% |
8883
| benchTypeLangWithAttributes | 50 | 20 | 3.870mb | 34.379μs | ±1.77% |
84+
| benchValinorWithPhpStan | 50 | 20 | 3.870mb | 119.750μs | ±1.21% |
85+
| benchSymfonyWithDocBlock | 50 | 20 | 3.870mb | 123.889μs | ±1.35% |
86+
| benchSymfonyWithPhpStan | 50 | 20 | 3.870mb | 126.807μs | ±1.94% |
8987

9088
### Normalization
9189

9290
Normalization: Transformation from object to raw payload (array).
9391

9492
| subject | revs | its | mem_peak | mode | rstdev |
9593
|-----------------------------|------|-----|----------|----------|--------|
96-
| benchJmsWithAttributes | 50 | 20 | 3.870mb | 44.614μs | ±1.92% |
97-
| benchValinorWithPhpStan | 50 | 20 | 3.870mb | 38.229μs | ±1.38% |
98-
| benchSymfonyWithPhpStan | 50 | 20 | 3.870mb | 37.050μs | ±1.20% |
99-
| benchSymfonyWithDocBlock | 50 | 20 | 3.870mb | 37.125μs | ±1.50% |
10094
| benchTypeLangWithDocBlocks | 50 | 20 | 3.870mb | 36.473μs | ±1.69% |
10195
| benchTypeLangWithAttributes | 50 | 20 | 3.870mb | 36.735μs | ±1.68% |
96+
| benchSymfonyWithPhpStan | 50 | 20 | 3.870mb | 37.050μs | ±1.20% |
97+
| benchSymfonyWithDocBlock | 50 | 20 | 3.870mb | 37.125μs | ±1.50% |
98+
| benchValinorWithPhpStan | 50 | 20 | 3.870mb | 38.229μs | ±1.38% |
99+
| benchJmsWithAttributes | 50 | 20 | 3.870mb | 44.614μs | ±1.92% |
102100

103101

104102
## Quick Start

0 commit comments

Comments
 (0)