Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

link.click not benchmarked #2

Open
scottwillson opened this issue Jul 30, 2015 · 0 comments
Open

link.click not benchmarked #2

scottwillson opened this issue Jul 30, 2015 · 0 comments

Comments

@scottwillson
Copy link
Owner

From a session:

benchmark :results_index, 1.2
page = get("http://staging.obra.org/results")

20.times do
  link = page.links_with(class: "event").sample
  benchmark :results_event_show, 0.6
  link.click
end

No GETs to results page recorded, though they show up on the server and in the Mechanize log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant