From d8186db7933778f4b675804862062ff3b0bf29d2 Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Wed, 27 Nov 2024 09:30:09 +0100 Subject: [PATCH] whoopsie how was auto format broken? --- lib/benchee/profile.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/benchee/profile.ex b/lib/benchee/profile.ex index 03849a86..c133cb8c 100644 --- a/lib/benchee/profile.ex +++ b/lib/benchee/profile.ex @@ -30,6 +30,7 @@ defmodule Benchee.Profile do if Version.match?(System.version(), ">= 1.17.0") do @builtin_profilers [:tprof | @builtin_profilers] end + # we run the function a bunch already, no need for further warmup @default_profiler_opts [warmup: false]