You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/articles/guides/console-args.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,11 @@ The `--filter` or just `-f` allows you to filter the benchmarks by their full na
23
23
24
24
Examples:
25
25
26
-
1. Run all benchmarks from System.Memory namespace: `-f System.Memory*`
27
-
2. Run all benchmarks: `-f *`
28
-
3. Run all benchmarks from ClassA and ClassB `-f *ClassA**ClassB*`
26
+
1. Run all benchmarks from System.Memory namespace: `-f 'System.Memory*'`
27
+
2. Run all benchmarks: `-f '*'`
28
+
3. Run all benchmarks from ClassA and ClassB `-f '*ClassA*' '*ClassB*'`
29
29
30
-
**Note**: If you would like to **join** all the results into a **single summary**, you need to put `--join`. For example: `-f *ClassA**ClassB* --join`
30
+
**Note**: If you would like to **join** all the results into a **single summary**, you need to put `--join`. For example: `-f '*ClassA*' '*ClassB*' --join`
0 commit comments