Skip to content

Commit

Permalink
increase
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Jan 7, 2024
1 parent 5c005c4 commit 6614b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/performance/cl_ui2_deserialize1.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CLASS cl_ui2_deserialize1 IMPLEMENTATION.
DATA ls_data TYPE STANDARD TABLE OF ty_data WITH DEFAULT KEY.

lv_json = lv_json && '['.
DO 500 TIMES.
DO 600 TIMES.
lv_json = lv_json && '{"abap": 2, "foo": "sdfs", "another": ""},'.
ENDDO.
lv_json = substring(
Expand Down

0 comments on commit 6614b69

Please sign in to comment.