Skip to content

Commit 29cdadb

Browse files
committed
Change timeunit to seconds
1 parent 6d4ba3b commit 29cdadb

12 files changed

+12
-12
lines changed

test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/apicall/protocol/V1CborRoundtripBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
@Measurement(iterations = 5)
5151
@Fork(2)
5252
@BenchmarkMode(Mode.Throughput)
53-
@OutputTimeUnit(TimeUnit.MICROSECONDS)
53+
@OutputTimeUnit(TimeUnit.SECONDS)
5454
public class V1CborRoundtripBenchmark {
5555

5656
private ProtocolRoundtripServer server;

test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/apicall/protocol/V1Ec2RoundtripBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
@Measurement(iterations = 5)
4646
@Fork(2)
4747
@BenchmarkMode(Mode.Throughput)
48-
@OutputTimeUnit(TimeUnit.MICROSECONDS)
48+
@OutputTimeUnit(TimeUnit.SECONDS)
4949
public class V1Ec2RoundtripBenchmark {
5050

5151
private ProtocolRoundtripServer server;

test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/apicall/protocol/V1JsonRoundtripBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
@Measurement(iterations = 5)
4949
@Fork(2)
5050
@BenchmarkMode(Mode.Throughput)
51-
@OutputTimeUnit(TimeUnit.MICROSECONDS)
51+
@OutputTimeUnit(TimeUnit.SECONDS)
5252
public class V1JsonRoundtripBenchmark {
5353

5454
private ProtocolRoundtripServer server;

test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/apicall/protocol/V1QueryRoundtripBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
@Measurement(iterations = 5)
4545
@Fork(2)
4646
@BenchmarkMode(Mode.Throughput)
47-
@OutputTimeUnit(TimeUnit.MICROSECONDS)
47+
@OutputTimeUnit(TimeUnit.SECONDS)
4848
public class V1QueryRoundtripBenchmark {
4949

5050
private ProtocolRoundtripServer server;

test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/apicall/protocol/V1RestJsonRoundtripBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
@Measurement(iterations = 5)
5252
@Fork(2)
5353
@BenchmarkMode(Mode.Throughput)
54-
@OutputTimeUnit(TimeUnit.MICROSECONDS)
54+
@OutputTimeUnit(TimeUnit.SECONDS)
5555
public class V1RestJsonRoundtripBenchmark {
5656

5757
private ProtocolRoundtripServer server;

test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/apicall/protocol/V1RestXmlRoundtripBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
@Measurement(iterations = 5)
5757
@Fork(2)
5858
@BenchmarkMode(Mode.Throughput)
59-
@OutputTimeUnit(TimeUnit.MICROSECONDS)
59+
@OutputTimeUnit(TimeUnit.SECONDS)
6060
public class V1RestXmlRoundtripBenchmark {
6161

6262
private ProtocolRoundtripServer server;

test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/apicall/protocol/V2CborRoundtripBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
@Measurement(iterations = 5)
5151
@Fork(2)
5252
@BenchmarkMode(Mode.Throughput)
53-
@OutputTimeUnit(TimeUnit.MICROSECONDS)
53+
@OutputTimeUnit(TimeUnit.SECONDS)
5454
public class V2CborRoundtripBenchmark {
5555

5656
private ProtocolRoundtripServer server;

test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/apicall/protocol/V2Ec2RoundtripBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
@Measurement(iterations = 5)
4646
@Fork(2)
4747
@BenchmarkMode(Mode.Throughput)
48-
@OutputTimeUnit(TimeUnit.MICROSECONDS)
48+
@OutputTimeUnit(TimeUnit.SECONDS)
4949
public class V2Ec2RoundtripBenchmark {
5050

5151
private ProtocolRoundtripServer server;

test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/apicall/protocol/V2JsonRoundtripBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
@Measurement(iterations = 5)
4949
@Fork(2)
5050
@BenchmarkMode(Mode.Throughput)
51-
@OutputTimeUnit(TimeUnit.MICROSECONDS)
51+
@OutputTimeUnit(TimeUnit.SECONDS)
5252
public class V2JsonRoundtripBenchmark {
5353

5454
private ProtocolRoundtripServer server;

test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/apicall/protocol/V2QueryRoundtripBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
@Measurement(iterations = 5)
4545
@Fork(2)
4646
@BenchmarkMode(Mode.Throughput)
47-
@OutputTimeUnit(TimeUnit.MICROSECONDS)
47+
@OutputTimeUnit(TimeUnit.SECONDS)
4848
public class V2QueryRoundtripBenchmark {
4949

5050
private ProtocolRoundtripServer server;

0 commit comments

Comments
 (0)