We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6ed49 commit d833ba7Copy full SHA for d833ba7
test/section_test.rb
@@ -30,10 +30,10 @@ def test_section_command_setter
30
assert_equal(" " * 5_000 + " [TRUNCATED]", section.command)
31
end
32
33
- def test_gc_time_m
+ def test_gc_time_ms
34
GC.disable
35
agent.measure_job("job") do
36
- agent.measure_section("section") { GC.start; GC.start}
+ agent.measure_section("section") { GC.start; GC.start }
37
38
gc = agent.current_execution.sections.find { |s| s.kind == "gc" }
39
section = agent.current_execution.sections.find { |s| s.kind != "gc" }
0 commit comments