-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
invalidThis doesn't seem rightThis doesn't seem right
Description
Benchmark::Tms contains a to_a method, but a to_h method would also be useful. I added a to_h method, and a test for it.
When running the test, I found that the test was loading the benchmark code from the Ruby runtime (using require benchmark), so my code changes were ignored. The PR for this issue addresses this by using require_relative instead.
Metadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem right