Skip to content

Commit

Permalink
perf: add bandit benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed Dec 10, 2024
1 parent a22b746 commit e34d174
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/profiling/ingest_http.exs
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,12 @@ Benchee.run(
# ##### With input v2 #####
# Name ips average deviation median 99th %
# pipeline 37.07 26.98 ms ±21.35% 25.97 ms 55.37 ms

# With bandit (2024-12-10):
# ##### With input v1 #####
# Name ips average deviation median 99th %
# pipeline 44.25 22.60 ms ±14.53% 21.89 ms 34.32 ms

# ##### With input v2 #####
# Name ips average deviation median 99th %
# pipeline 45.08 22.18 ms ±11.26% 22.16 ms 29.60 ms

0 comments on commit e34d174

Please sign in to comment.