forked from Bears-R-Us/arkouda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
benchmark.ini
39 lines (39 loc) · 1.3 KB
/
benchmark.ini
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
[pytest]
filterwarnings =
ignore:Version mismatch between client .*
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/scan_benchmark.py
benchmark_v2/substring_search_benchmark.py
benchmark_v2/no_op_benchmark.py
benchmark_v2/io_benchmark.py
benchmark_v2/sort_cases_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_correctness_only
skip_numpy