@@ -385,7 +385,7 @@ public interface OrderRepository {
385
385
> Kotlin DSL
386
386
387
387
` ` ` kotlin
388
- val cosidVersion = "1.3.16 ";
388
+ val cosidVersion = "1.3.17 ";
389
389
implementation("me.ahoo.cosid:cosid-spring-boot-starter:${cosidVersion}")
390
390
` ` `
391
391
@@ -401,7 +401,7 @@ public interface OrderRepository {
401
401
<modelVersion>4.0.0</modelVersion>
402
402
<artifactId>demo</artifactId>
403
403
<properties>
404
- <cosid.version>1.3.16 </cosid.version>
404
+ <cosid.version>1.3.17 </cosid.version>
405
405
</properties>
406
406
407
407
<dependencies>
@@ -491,7 +491,7 @@ cosid:
491
491
` ` ` shell
492
492
gradle cosid-core:jmh
493
493
# or
494
- java -jar cosid-core/build/libs/cosid-core-1.3.16 -jmh.jar -bm thrpt -wi 1 -rf json -f 1
494
+ java -jar cosid-core/build/libs/cosid-core-1.3.17 -jmh.jar -bm thrpt -wi 1 -rf json -f 1
495
495
` ` `
496
496
497
497
```
@@ -512,7 +512,7 @@ SnowflakeIdBenchmark.secondSnowflakeId_generate thrpt 4206843.
512
512
``` shell
513
513
gradle cosid-redis:jmh
514
514
# or
515
- java -jar cosid-redis/build/libs/cosid-redis-1.3.16 -jmh.jar -bm thrpt -wi 1 -rf json -f 1 RedisChainIdBenchmark
515
+ java -jar cosid-redis/build/libs/cosid-redis-1.3.17 -jmh.jar -bm thrpt -wi 1 -rf json -f 1 RedisChainIdBenchmark
516
516
```
517
517
518
518
```
@@ -530,7 +530,7 @@ RedisChainIdBenchmark.step_1000 thrpt 5 127439148.104 ± 1833743
530
530
![ RedisChainIdBenchmark-Sample] ( ./docs/jmh/RedisChainIdBenchmark-Sample.png )
531
531
532
532
``` shell
533
- java -jar cosid-redis/build/libs/cosid-redis-1.3.16 -jmh.jar -bm sample -wi 1 -rf json -f 1 -tu us step_1000
533
+ java -jar cosid-redis/build/libs/cosid-redis-1.3.17 -jmh.jar -bm sample -wi 1 -rf json -f 1 -tu us step_1000
534
534
```
535
535
536
536
```
@@ -555,7 +555,7 @@ RedisChainIdBenchmark.step_1000:step_1000·p1.00 sample 37.440
555
555
``` shell
556
556
gradle cosid-jdbc:jmh
557
557
# or
558
- java -jar cosid-jdbc/build/libs/cosid-jdbc-1.3.16 -jmh.jar -bm thrpt -wi 1 -rf json -f 1 MySqlChainIdBenchmark
558
+ java -jar cosid-jdbc/build/libs/cosid-jdbc-1.3.17 -jmh.jar -bm thrpt -wi 1 -rf json -f 1 MySqlChainIdBenchmark
559
559
```
560
560
561
561
```
@@ -571,7 +571,7 @@ MySqlChainIdBenchmark.step_1000 thrpt 5 123131804.260 ± 1488004.
571
571
![ MySqlChainIdBenchmark-Sample] ( ./docs/jmh/MySqlChainIdBenchmark-Sample.png )
572
572
573
573
``` shell
574
- java -jar cosid-jdbc/build/libs/cosid-jdbc-1.3.16 -jmh.jar -bm sample -wi 1 -rf json -f 1 -tu us step_1000
574
+ java -jar cosid-jdbc/build/libs/cosid-jdbc-1.3.17 -jmh.jar -bm sample -wi 1 -rf json -f 1 -tu us step_1000
575
575
```
576
576
```
577
577
Benchmark Mode Cnt Score Error Units
0 commit comments