ash/benchmarks/simple_get.exs
Zach Daniel 227532db29
WIP
2020-05-27 00:29:54 -04:00

8 lines
171 B
Elixir

Benchee.run(
%{
"ecto" => fn -> AshExample.Repo.all(AshExample.Ticket) end,
"ash" => fn -> AshExample.Api.read!(:ticket) end
},
time: 10,
memory_time: 2
)