Skip to content

PavlushaSource/NsqBench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository for benchmarks of different mechanisms for synchronous message sending

Для запуска бенчмарков, использующих NSQ

make init

NSQ панель

ping nsqlookupd

curl http://0.0.0.0:4151/ping

admin panel

http://localhost:4171/

Запуск бенчмарков

Raw NSQ

go clean -testcache && go test ./benchmarks/. -bench=Raw -benchtime=1x -count=1

Optimization NSQ

go clean -testcache && go test ./benchmarks/. -bench=Opt -benchtime=1x -count=1

Monolith go channels

go clean -testcache && go test ./benchmarks/. -bench=MonolithChannels -benchtime=1x -count=1

Monolith shmipc-go

go clean -testcache && go test ./benchmarks/. -bench=Shmipc -benchtime=1x -count=1

About

Курсовая работа 5-ый семестр

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published