Skip to content

Commit

Permalink
Add filter_outliers to performance term
Browse files Browse the repository at this point in the history
  • Loading branch information
3Rafal committed Dec 18, 2023
1 parent 0a27f8c commit 0edff4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ let performance_term =
(module Merl_an.Backend.Performance : Merl_an.Backend.Data_tables)
in
Term.(
const (analyze ~backend (`Filter_outliers false))
$ Args.cache_workflow $ Args.repeats_per_sample $ Args.merlin
$ Args.proj_dirs $ Args.dir_name $ Args.sample_size $ Args.query_types
$ Args.extensions)
const (analyze ~backend)
$ Args.filter_outliers $ Args.cache_workflow $ Args.repeats_per_sample
$ Args.merlin $ Args.proj_dirs $ Args.dir_name $ Args.sample_size
$ Args.query_types $ Args.extensions)

let performance =
let info =
Expand Down

0 comments on commit 0edff4b

Please sign in to comment.