Skip to content

Commit

Permalink
using pipelining of 16 now
Browse files Browse the repository at this point in the history
  • Loading branch information
pfalls-techempower committed Jun 19, 2013
1 parent 287c8b3 commit 2de535a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def benchmark(self):
if self.plaintext_url_passed and (self.benchmarker.type == "all" or self.benchmarker.type == "plaintext"):
sys.stdout.write("BENCHMARKING Plaintext ... ")
sys.stdout.flush()
remote_script = self.__generate_concurrency_script(self.plaintext_url, self.port, wrk_command="wrk-pipeline", intervals=[256,1024,4096,16384], pipeline="--pipeline 64")
remote_script = self.__generate_concurrency_script(self.plaintext_url, self.port, wrk_command="wrk-pipeline", intervals=[256,1024,4096,16384], pipeline="--pipeline 16")
self.__run_benchmark(remote_script, self.benchmarker.output_file(self.name, 'plaintext'))
results = self.__parse_test('plaintext')
self.benchmarker.report_results(framework=self, test="plaintext", results=results['results'])
Expand Down

0 comments on commit 2de535a

Please sign in to comment.