File tree Expand file tree Collapse file tree
benchmarks/serde-benchmarks/src/main/kotlin/aws/sdk/kotlin/benchmarks/serde Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ package aws.sdk.kotlin.benchmarks.serde
66
77import kotlinx.serialization.SerialName
88import kotlinx.serialization.Serializable
9- import kotlinx.serialization.json.Json
109import kotlinx.serialization.encodeToString
10+ import kotlinx.serialization.json.Json
1111import kotlin.math.sqrt
1212
1313val WARMUP_SECONDS = System .getProperty(" benchmark.warmupSeconds" , " 10" ).toLong()
Original file line number Diff line number Diff line change 44 */
55package aws.sdk.kotlin.benchmarks.serde
66
7+ import kotlinx.coroutines.runBlocking
78import aws.sdk.kotlin.benchmarks.serde.awsjsonrpc10.registerBenchmarks as registerAwsJsonRpc10
89import aws.sdk.kotlin.benchmarks.serde.awsquery.registerBenchmarks as registerAwsQuery
910import aws.sdk.kotlin.benchmarks.serde.awsrestjson.registerBenchmarks as registerAwsRestJson
1011import aws.sdk.kotlin.benchmarks.serde.awsrestxml.registerBenchmarks as registerAwsRestXml
1112import aws.sdk.kotlin.benchmarks.serde.smithyrpcv2cbor.registerBenchmarks as registerSmithyRpcV2Cbor
12- import kotlinx.coroutines.runBlocking
1313
1414/* *
1515 * Runs all registered serde benchmarks.
You can’t perform that action at this time.
0 commit comments