ruby-bench / ruby-bench-web

Long Running Ruby Benchmarks
https://rubybench.org
MIT License
82 stars 47 forks source link

Manually run only latest commit #241

Closed bmarkons closed 6 years ago

bmarkons commented 6 years ago

There was a bug when running less than 100 latest commits. It was because of paginating 100 commits per page.

Now it's possible to run only latest or last 20 or 50 commits.

noahgibbs commented 6 years ago

I'm looking at the manual runner test... Do you ever run a test with fewer commits, less than a full page?

bmarkons commented 6 years ago

Yes, here is the case : https://github.com/ruby-bench/ruby-bench-web/pull/241/files#diff-9e0630410bdf7c8a8030021b3a66c251R38

Sometimes I simply want to run only latest to check if setup works properly :)

noahgibbs commented 6 years ago

Ah, okay. I misread the pagination size on that. Awesome, thanks!