Skip to content

ksewen/uuid-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a micro benchmark test for uuid generator

usage

build

mvn clean package

run

  1. input command and run jar file
java -jar uuid-benchmark.jar
  1. u must input some information for test
please input the benchmark type UUID/KUID: 
# only support UUID or KUID
UUID
# u can input a blank value, default file is /root/benchmark/benchmark-{type}-thread-{thread-counts}.log, type and thread-counts will replace with the correct value 
please input the output file: 
/root/benchmark/benchmark-UUID-thread-7.log
# only support integer, default is 1
please input the thread count: 
7

About

micro benchmark for different uuid generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages