-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathbenchmark.ini
More file actions
45 lines (45 loc) · 1.62 KB
/
benchmark.ini
File metadata and controls
45 lines (45 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[pytest]
filterwarnings =
ignore:Version mismatch between client .*
ignore:Append has been deprecated when writing Parquet files.*:DeprecationWarning:arkouda\.pandas\.io
testpaths =
benchmark_v2/argsort_benchmark.py
benchmark_v2/aggregate_benchmark.py
benchmark_v2/array_transfer_benchmark.py
benchmark_v2/bigint_bitwise_binops_benchmark.py
benchmark_v2/bigint_conversion_benchmark.py
benchmark_v2/stream_benchmark.py
benchmark_v2/array_create_benchmark.py
benchmark_v2/groupby_benchmark.py
benchmark_v2/coargsort_benchmark.py
benchmark_v2/split_benchmark.py
benchmark_v2/encoding_benchmark.py
benchmark_v2/reduce_benchmark.py
benchmark_v2/gather_benchmark.py
benchmark_v2/scatter_benchmark.py
benchmark_v2/setops_benchmark.py
benchmark_v2/in1d_benchmark.py
benchmark_v2/dataframe_indexing_benchmark.py
benchmark_v2/str_locality_benchmark.py
benchmark_v2/small-str-groupby.py
benchmark_v2/scan_benchmark.py
benchmark_v2/substring_search_benchmark.py
benchmark_v2/no_op_benchmark.py
benchmark_v2/csv_io_benchmark.py
benchmark_v2/io_benchmark.py
benchmark_v2/parquet-fixed-strings_benchmark.py
benchmark_v2/sort_cases_benchmark.py
benchmark_v2/where_benchmark.py
benchmark_v2/setops_multiarray_benchmark.py
python_functions = bench_* check_correctness*
env =
D:ARKOUDA_SERVER_HOST=localhost
D:ARKOUDA_SERVER_PORT=5555
D:ARKOUDA_RUNNING_MODE=CLASS_SERVER
D:ARKOUDA_NUMLOCALES=2
D:ARKOUDA_VERBOSE=True
D:ARKOUDA_CLIENT_TIMEOUT=0
D:ARKOUDA_LOG_LEVEL=DEBUG
markers =
skip_numpy
skip_if_rank_not_compiled