You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/com/amazon/ion/benchmark/Main.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -133,10 +133,10 @@ public class Main {
133
133
+ " -f --format <type> Format to benchmark, from the set (ion_binary | ion_text | json | "
134
134
+ "cbor). May be specified multiple times to compare different formats. [default: ion_binary]\n"
135
135
136
-
+ " -a --api <api> The API to exercise (domor streaming). For the ion-binary or "
136
+
+ " -a --api <api> The API to exercise (dom, streaming, or ion_element_dom). For the ion-binary or "
137
137
+ "ion-text formats, 'streaming' causes IonReader/IonWriter to be used while 'dom' causes IonLoader to be "
138
-
+ "used. For Jackson JSON, 'streaming' causes JsonParser/JsonGenerator to be used while 'dom' causes "
139
-
+ "ObjectMapper to materialize JsonNode instances. May be specified multiple times to compare both "
138
+
+ "used, and 'ion_element_dom' causes IonElement from ion-element-kotlin to be used with dedicated code paths. For Jackson JSON, 'streaming' causes JsonParser/JsonGenerator to be used while 'dom' causes "
139
+
+ "ObjectMapper to materialize JsonNode instances. 'ion_element_dom' is not supported for JSON or CBOR formats. May be specified multiple times to compare "
140
140
+ "APIs. [default: streaming]\n"
141
141
142
142
+ " -I --ion-imports-for-input <file> A file containing a sequence of Ion symbol tables, or the string "
0 commit comments