Skip to content

Commit

Permalink
memory usage data is too flakey and not our responsibility
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Nov 9, 2023
1 parent 518f849 commit 40c27a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/benchee/formatters/json_integration_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ defmodule Benchee.Formatters.JSONIntegrationTest do
"name" => "List",
"memory_usage_data" => %{
"statistics" => %{"average" => _, "ips" => _},
"samples" => [376 | _]
"samples" => [_ | _]
}
} = list
end)
Expand Down

0 comments on commit 40c27a1

Please sign in to comment.