Skip to content

Commit

Permalink
Damn OTP 22 is more memory efficient 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed May 20, 2019
1 parent be577d4 commit a243f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/benchee/benchmark/collect/memory_test.exs
Expand Up @@ -15,7 +15,7 @@ defmodule Benchee.Collect.MemoryTest do
# We need to have some wiggle room here because memory used varies from
# system to system. It's consistent in an environment, but changes
# between environments.
assert memory_used > 360
assert memory_used > 310
assert memory_used < 400
end

Expand Down

0 comments on commit a243f89

Please sign in to comment.