File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ jobs:
26
26
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
27
27
28
28
- name : Bench network filter matching
29
- run : cargo bench --bench bench_matching rule-match-browserlike/brave-list -- --output-format bencher | tee -a output.txt
29
+ run : cargo bench --bench bench_matching --features flatbuffers rule-match-browserlike/brave-list -- --output-format bencher | tee -a output.txt
30
30
31
31
- name : Bench first request matching delay
32
- run : cargo bench --bench bench_matching rule-match-first-request -- --output-format bencher | tee -a output.txt
32
+ run : cargo bench --bench bench_matching --features flatbuffers rule-match-first-request -- --output-format bencher | tee -a output.txt
33
33
34
34
- name : Bench startup speed
35
- run : cargo bench --bench bench_rules blocker_new/brave-list -- --output-format bencher | tee -a output.txt
35
+ run : cargo bench --bench bench_rules --features flatbuffers blocker_new/brave-list -- --output-format bencher | tee -a output.txt
36
36
37
37
- name : Bench memory usage
38
- run : cargo bench --bench bench_memory -- --output-format bencher | tee -a output.txt
38
+ run : cargo bench --bench bench_memory --features flatbuffers -- --output-format bencher | tee -a output.txt
39
39
40
40
- name : Store benchmark result
41
41
uses : benchmark-action/github-action-benchmark@d48d326b4ca9ba73ca0cd0d59f108f9e02a381c7 # v1.20.4
You can’t perform that action at this time.
0 commit comments