mirror of
https://github.com/bspeice/speice.io
synced 2024-12-22 08:38:09 -05:00
Continue formatting work
This commit is contained in:
parent
e9794bc0c7
commit
388bd413d5
@ -140,8 +140,8 @@ NOTE: Need to expand on this, but numbers reported below are from the IEX's 2019
|
|||||||
|
|
||||||
Serialization
|
Serialization
|
||||||
|
|
||||||
| | median | 99th Pctl | 99.9th Pctl | Total |
|
| Schema | Median | 99th Pctl | 99.9th Pctl | Total |
|
||||||
|----------------------|--------|-----------|-------------|--------|
|
|:---------------------|:-------|:----------|:------------|:-------|
|
||||||
| Cap'n Proto Packed | 413ns | 1751ns | 2943ns | 14.80s |
|
| Cap'n Proto Packed | 413ns | 1751ns | 2943ns | 14.80s |
|
||||||
| Cap'n Proto Unpacked | 273ns | 1828ns | 2836ns | 10.65s |
|
| Cap'n Proto Unpacked | 273ns | 1828ns | 2836ns | 10.65s |
|
||||||
| Flatbuffers | 355ns | 2185ns | 3497ns | 14.31s |
|
| Flatbuffers | 355ns | 2185ns | 3497ns | 14.31s |
|
||||||
@ -149,8 +149,8 @@ Serialization
|
|||||||
|
|
||||||
Deserialization
|
Deserialization
|
||||||
|
|
||||||
| | median | 99th Pctl | 99.9th Pctl | Total |
|
| Schema | Median | 99th Pctl | 99.9th Pctl | Total |
|
||||||
|----------------------|--------|-----------|-------------|--------|
|
|:---------------------|:-------|:----------|:------------|:-------|
|
||||||
| Cap'n Proto Packed | 539ns | 1216ns | 2599ns | 18.92s |
|
| Cap'n Proto Packed | 539ns | 1216ns | 2599ns | 18.92s |
|
||||||
| Cap'n Proto Unpacked | 366ns | 737ns | 1583ns | 12.32s |
|
| Cap'n Proto Unpacked | 366ns | 737ns | 1583ns | 12.32s |
|
||||||
| Flatbuffers | 173ns | 421ns | 1007ns | 6.00s |
|
| Flatbuffers | 173ns | 421ns | 1007ns | 6.00s |
|
||||||
|
@ -113,8 +113,16 @@
|
|||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
border-collapse: collapse;
|
||||||
|
border-style: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
td, th {
|
td, th {
|
||||||
|
padding-left: .1em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
|
border-style: solid;
|
||||||
|
border-width: .1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user