Skip to content

Commit

Permalink
Merge pull request #569 from symbiont-io/journal
Browse files Browse the repository at this point in the history
journal
  • Loading branch information
symbiont-stevan-andjelkovic authored Mar 22, 2022
2 parents 2a0a32b + 38f30c3 commit 52c760d
Show file tree
Hide file tree
Showing 4 changed files with 400 additions and 59 deletions.
Binary file added doc/demo-journal/images/journal-benchmark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions doc/demo-journal/slides-journal.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ echo 1 | sudo tee /sys/devices/system/cpu/intel_pstate/no_turbo
cabal run bench-sqlite

for i in $(seq 10); do
for j in $(seq 6 12); do
for j in $(seq 2 12); do
cabal run bench-journal -- $((2**$j)) >> /tmp/bench-journal-$j.txt
cabal run bench-sqlite -- $((2**$j)) >> /tmp/bench-sqlite-$j.txt
done
Expand All @@ -236,7 +236,7 @@ done

# Benchmark statistics

* TODO: show graph
![](./images/journal-benchmark.jpg)

# Amdahl's law vs the Universal scalability law

Expand Down
Binary file modified doc/demo-journal/slides-journal.pdf
Binary file not shown.
Loading

0 comments on commit 52c760d

Please sign in to comment.