Skip to content

Commit

Permalink
Single task for non-blocking I/O
Browse files Browse the repository at this point in the history
  • Loading branch information
methodmissing committed May 27, 2011
1 parent 0cef2c2 commit 46b860b
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Rakefile
Expand Up @@ -29,20 +29,13 @@ task :context_switch do
Rake::Task["trace:cpu"].invoke
end

desc "Non-Blocking IO errors"
task :non_blocking_io_errors do
desc "Non-Blocking IO"
task :non_blocking_io do
ENV["URI"] = "/render"
ENV["REQUESTS"] = "1000"
Rake::Task["trace:syscall_errors"].invoke
end

desc "Non-Blocking IO flow"
task :non_blocking_io_flow do
ENV["URI"] = "/render"
ENV["REQUESTS"] = "100"
Rake::Task["trace:syscall_flow"].invoke
end

desc "Reactor events"
task :reactor do
ENV["URI"] = "/render"
Expand Down

0 comments on commit 46b860b

Please sign in to comment.