Skip to content

Instantly share code, notes, and snippets.

@kellymclaughlin
Created December 4, 2012 04:46
Show Gist options
  • Save kellymclaughlin/4200638 to your computer and use it in GitHub Desktop.
Save kellymclaughlin/4200638 to your computer and use it in GitHub Desktop.
Webmachine benchmark results
{mode, max}.
{duration, 120}.
{concurrent, 30}.
{driver, basho_bench_driver_http_raw}.
{code_paths, ["deps/ibrowse"]}.
{key_generator, {uniform_int, 500000}}.
{value_generator, {fixed_bin, 10000}}.
{http_raw_ips, ["192.168.1.70", "192.168.1.72", "192.168.1.73", "192.168.1.74"]}.
{http_raw_port, 8098}.
{operations, [{get,10}, {insert,3}, {update,2}]}.
{source_dir, "foo"}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment