Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

redis-benchmark reimplemented in pure javascript as a learning exercise.

License

Notifications You must be signed in to change notification settings

rjnienaber/redis-benchmark-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redis-benchmark-js

redis-benchmark reimplemented in pure javascript as a learning exercise.

profiling tools

builtin tool

> npm run profile
> node --prof-process isolate-0x7fbbc3000000-v8.log

flame graph

> git clone https://github.com/brendangregg/FlameGraph
> npm run build
> perf record -g -F 99 node --perf_basic_prof app.js 
> perf script | ../FlameGraph/stackcollapse-perf.pl > out.perf-folded
> ../FlameGraph/flamegraph.pl --color=js out.perf-folded > perf-kernel.svg

About

redis-benchmark reimplemented in pure javascript as a learning exercise.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published