Skip to content

Commit

Permalink
increase testdata size
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Jan 7, 2024
1 parent f70dc15 commit a13aa64
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 200 TIMES.
DO 300 TIMES.
lv_json = lv_json && '{"abap": 2, "foo": "sdfs", "another": ""},'.
ENDDO.
lv_json = substring(
Expand Down

0 comments on commit a13aa64

Please sign in to comment.