[
https://issues.apache.org/jira/browse/IGNITE-25555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17955312#comment-17955312
]
Ivan Bessonov commented on IGNITE-25555:
----------------------------------------
Before:
{code:java}
Benchmark (payloadSize) (updateAll)
Mode Cnt Score Error Units
UpdateCommandsMarshallingMicroBenchmark.marshal 128 false
thrpt 5 3894.527 ± 577.521 ops/ms
UpdateCommandsMarshallingMicroBenchmark.marshal 128 true
thrpt 5 73.356 ± 7.415 ops/ms
UpdateCommandsMarshallingMicroBenchmark.marshal 2048 false
thrpt 5 2013.149 ± 17.017 ops/ms
UpdateCommandsMarshallingMicroBenchmark.marshal 2048 true
thrpt 5 16.030 ± 1.184 ops/ms
UpdateCommandsMarshallingMicroBenchmark.marshal 8192 false
thrpt 5 790.319 ± 40.389 ops/ms
UpdateCommandsMarshallingMicroBenchmark.marshal 8192 true
thrpt 5 3.211 ± 0.180 ops/ms
UpdateCommandsMarshallingMicroBenchmark.unmarshal 128 false
thrpt 5 3654.546 ± 849.101 ops/ms
UpdateCommandsMarshallingMicroBenchmark.unmarshal 128 true
thrpt 5 85.982 ± 56.538 ops/ms
UpdateCommandsMarshallingMicroBenchmark.unmarshal 2048 false
thrpt 5 2944.190 ± 399.559 ops/ms
UpdateCommandsMarshallingMicroBenchmark.unmarshal 2048 true
thrpt 5 85.380 ± 9.040 ops/ms
UpdateCommandsMarshallingMicroBenchmark.unmarshal 8192 false
thrpt 5 3008.455 ± 408.068 ops/ms
UpdateCommandsMarshallingMicroBenchmark.unmarshal 8192 true
thrpt 5 87.066 ± 10.232 ops/ms {code}
After:
{code:java}
Benchmark (payloadSize) (updateAll)
Mode Cnt Score Error Units
UpdateCommandsMarshallingMicroBenchmark.marshal 128 false
thrpt 5 4893.615 ± 65.893 ops/ms
UpdateCommandsMarshallingMicroBenchmark.marshal 128 true
thrpt 5 101.595 ± 42.988 ops/ms
UpdateCommandsMarshallingMicroBenchmark.marshal 2048 false
thrpt 5 2430.915 ± 273.103 ops/ms
UpdateCommandsMarshallingMicroBenchmark.marshal 2048 true
thrpt 5 16.941 ± 1.744 ops/ms
UpdateCommandsMarshallingMicroBenchmark.marshal 8192 false
thrpt 5 1125.568 ± 87.635 ops/ms
UpdateCommandsMarshallingMicroBenchmark.marshal 8192 true
thrpt 5 4.065 ± 0.218 ops/ms
UpdateCommandsMarshallingMicroBenchmark.unmarshal 128 false
thrpt 5 3656.654 ± 30.655 ops/ms
UpdateCommandsMarshallingMicroBenchmark.unmarshal 128 true
thrpt 5 85.035 ± 9.614 ops/ms
UpdateCommandsMarshallingMicroBenchmark.unmarshal 2048 false
thrpt 5 3119.000 ± 48.871 ops/ms
UpdateCommandsMarshallingMicroBenchmark.unmarshal 2048 true
thrpt 5 74.596 ± 14.281 ops/ms
UpdateCommandsMarshallingMicroBenchmark.unmarshal 8192 false
thrpt 5 3380.452 ± 23.075 ops/ms
UpdateCommandsMarshallingMicroBenchmark.unmarshal 8192 true
thrpt 5 83.103 ± 12.527 ops/ms {code}
> Fix and optimize UpdateCommandsMarshallingMicroBenchmark
> --------------------------------------------------------
>
> Key: IGNITE-25555
> URL: https://issues.apache.org/jira/browse/IGNITE-25555
> Project: Ignite
> Issue Type: Improvement
> Reporter: Ivan Bessonov
> Assignee: Ivan Bessonov
> Priority: Major
> Labels: ignite-3
> Time Spent: 10m
> Remaining Estimate: 0h
>
> # It fails now, some properties are missing
> # var-int writing can be done faster
--
This message was sent by Atlassian Jira
(v8.20.10#820010)