Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance tracking #87

Open
sbcgua opened this issue Dec 3, 2021 · 1 comment
Open

Performance tracking #87

sbcgua opened this issue Dec 3, 2021 · 1 comment

Comments

@sbcgua
Copy link
Owner

sbcgua commented Dec 3, 2021

For performance history. Maybe needs a better place.

So first result, NW752, Intel i7-8565U, 32GB

AJSON simple performance test
Date 2021-12-07
PARSE_PLAIN_OBJ                rounds: 1000         result: 0.1352210
PARSE_DEEP_OBJ                 rounds: 1000         result: 0.2143690
PARSE_ARRAY                    rounds: 1000         result: 0.4908800
PARSE_LONG_ARRAY               rounds: 5            result: 6.4535280
PARSE_COMPLEX                  rounds: 5            result: 4.5247740
TO_ABAP_PLAIN_OBJ              rounds: 1000         result: 0.0344460
TO_ABAP_DEEP_OBJ               rounds: 1000         result: 0.0763780
TO_ABAP_ARRAY                  rounds: 1000         result: 0.2096340
TO_ABAP_LONG_ARRAY             rounds: 5            result: 2.8247510
TO_ABAP_COMPLEX                rounds: 5            result: 2.1266610
@sbcgua
Copy link
Owner Author

sbcgua commented Dec 7, 2021

after optimization in #89

PARSE_PLAIN_OBJ                rounds: 1000         result: 0.2931330
PARSE_DEEP_OBJ                 rounds: 1000         result: 0.2171430
PARSE_ARRAY                    rounds: 1000         result: 0.5031820
PARSE_LONG_ARRAY               rounds: 5            result: 6.3871630
PARSE_COMPLEX                  rounds: 5            result: 4.4010290
TO_ABAP_PLAIN_OBJ              rounds: 1000         result: 0.0460880
TO_ABAP_DEEP_OBJ               rounds: 1000         result: 0.0841320
TO_ABAP_ARRAY                  rounds: 1000         result: 0.1415220
TO_ABAP_LONG_ARRAY             rounds: 5            result: 1.4254720
TO_ABAP_COMPLEX                rounds: 5            result: 0.9330490

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant