We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f15c0 commit d5319faCopy full SHA for d5319fa
1 file changed
spec/vmstat_spec.rb
@@ -24,7 +24,7 @@
24
Vmstat.loopback_devices.size.should == 1
25
end
26
27
-
+
28
context "performance" do
29
percent = RUBY_VERSION.to_i == 2 ? 26 : 10
30
@@ -44,5 +44,5 @@
44
it_should_behave_like "a not memory leaking method", :disk, "/"
45
it_should_behave_like "a not memory leaking method", :boot_time
46
it_should_behave_like "a not memory leaking method", :load_average
47
- end
+ end if ENV['PERF'] == "1"
48
0 commit comments