Skip to content

Commit

Permalink
Benchmark clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaertig committed Mar 27, 2013
1 parent 8ea2306 commit 1a2e5a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ For some form of documentation please see tests directory.
## Benchmark

Below is the result of `test/performance_test.rb` method `test_final_perf`, which tests nginx-big-upload (lua) vs nginx-upload-module (num)
with chunked upload of same data and same backend. Each file is send in ~512KB chunks which means 51MB file
is transferred in 100 requests. Times in seconds, user/system/total are rather related to script execution times, but real is the real one.
with chunked upload of identical data to the same backend. Each file is sent in ~512KB chunks which means 51MB file
is transferred in 100 requests. Times in seconds, user/system/total are rather related to test script execution times, but real is the real one.

user system total real
lua 51MB * 10 files 0.730000 0.780000 1.510000 ( 3.244294)
Expand Down

0 comments on commit 1a2e5a0

Please sign in to comment.