Skip to content

Commit

Permalink
fix: correct filename for benchmarks random init
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Nov 27, 2024
1 parent 89a8737 commit af8759f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/generate_payloads.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Protox.Benchmarks do
use Protox, files: ["./benchmarks/benchmarks.proto"], namespace: Protox.Benchmarks
end

Code.compile_file("./test/support/random_init.exs")
Code.compile_file("./test/support/random_init.ex")
Code.compile_file("./benchmarks/handmade_payloads.exs")

defmodule Protox.GeneratePayloads do
Expand Down

0 comments on commit af8759f

Please sign in to comment.