mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
修改单元测试方法名
This commit is contained in:
parent
e90986ff19
commit
06c6db14f0
@ -213,7 +213,7 @@ public class IdUtilTest {
|
|||||||
* UUIDv7的性能测试
|
* UUIDv7的性能测试
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void uuidv7BenchTest() {
|
public void testUUIDv7Benchmark() {
|
||||||
final StopWatch timer = DateUtil.createStopWatch();
|
final StopWatch timer = DateUtil.createStopWatch();
|
||||||
|
|
||||||
// UUID v7 generation benchmark
|
// UUID v7 generation benchmark
|
||||||
|
Loading…
x
Reference in New Issue
Block a user