diff options
Diffstat (limited to 'doc/book/benchmarks/abstraction.md')
-rw-r--r-- | doc/book/benchmarks/abstraction.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/book/benchmarks/abstraction.md b/doc/book/benchmarks/abstraction.md new file mode 100644 index 00000000..a429c787 --- /dev/null +++ b/doc/book/benchmarks/abstraction.md @@ -0,0 +1,17 @@ ++++ +title = "Abstraction cost" +weight = 30 ++++ + +We take as our baseline the raw disk sequential write performance. +We then compare Garage's performances to it, the difference represents what we call our "abstraction cost". + +fsync, chunking, compression, pipelining, synchronization + +# raw perf VS garage + +# garage tmpfs VS garage std + +# garage various multipart sizes + +# garage 0.7.2.1 VS upstream |