Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages