Skip to content

Commit a51e669

Browse files
author
SendaoYan
committedFeb 5, 2025
8349200: [JMH] time.format.ZonedDateTimeFormatterBenchmark fails
Reviewed-by: naoto, jlu
1 parent 9d23de5 commit a51e669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎test/micro/org/openjdk/bench/java/time/format/ZonedDateTimeFormatterBenchmark.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2023, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -40,7 +40,7 @@ public class ZonedDateTimeFormatterBenchmark {
4040
private static final DateTimeFormatter df = new DateTimeFormatterBuilder()
4141
.appendPattern("yyyy:MM:dd:HH:mm:v")
4242
.toFormatter();
43-
private static final String TEXT = "2015:03:10:12:13:ECT";
43+
private static final String TEXT = "2015:03:10:12:13:PST";
4444

4545
@Setup
4646
public void setUp() {

0 commit comments

Comments
 (0)
Please sign in to comment.