Skip to content

Commit

Permalink
docs: add bit about benchmark to event loop design
Browse files Browse the repository at this point in the history
  • Loading branch information
symbiont-stevan-andjelkovic committed Aug 6, 2021
1 parent 443c359 commit 9050a68
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/runtime-prototype/event-loop.org
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,12 @@ queue | __ __ __ | -.
**** errors

* Benchmarking
** single process / machine
** spin up clients on a few threads, deploy cluster locally
** have the clients perform different workloads on SUT
** look at built-in profiler
** these benchmarks will be skewed because clients run on the same machine as SUT
** but the iteraction cycle is very quick and the test is easy to write

* Advanced performance techniques
** Zero-deseralisation
Expand Down

0 comments on commit 9050a68

Please sign in to comment.