Skip to content

kgignatyev/hazelcast-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testing Hazelcast with different configurations

This project is a test of Hazelcast with different configurations. There is a Medium article that explains the results of this test. https://medium.com/@kgignatyev/hazelcast-performance-for-distributed-search-889636f4106f

Run Multiple instances to form a cluster

Run one line per terminal

sbr -Dspring-boot.run.arguments=--server.port=8080
sbr -Dspring-boot.run.arguments=--server.port=8081
sbr -Dspring-boot.run.arguments=--server.port=8082

in one of terminals run commands to execute tests:

enter command: 
  exit 
  generate-data N, 
  test-list 
  test-list-full
  test-object-cache
  test-object-cache-w-custom-predicate
  test-default-json-node-cache 
  test-custom-json-node-cache
  test-flexible-json-node-cache	

Example results:

Single node summary:

single-node-summary.png)

3 nodes with 100K dataset summary

3node100k-summary.png

3 nodes with 300K dataset summary

3node300k-summary.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages