Skip to content

Commit f2537cd

Browse files
feat(profiling): add memory allocator testing variants
1 parent 6d6cc54 commit f2537cd

26 files changed

+828
-14
lines changed

.riot/requirements/102d2a4.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.8
3+
# by the following command:
4+
#
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/102d2a4.in
6+
#
7+
attrs==25.3.0
8+
coverage[toml]==7.6.1
9+
exceptiongroup==1.3.0
10+
gunicorn==23.0.0
11+
hypothesis==6.45.0
12+
importlib-metadata==8.5.0
13+
importlib-resources==6.4.5
14+
iniconfig==2.1.0
15+
jsonschema==4.23.0
16+
jsonschema-specifications==2023.12.1
17+
lz4==4.3.3
18+
mock==5.2.0
19+
opentracing==2.4.0
20+
packaging==25.0
21+
pkgutil-resolve-name==1.3.10
22+
pluggy==1.5.0
23+
py-cpuinfo==8.0.0
24+
pytest==8.3.5
25+
pytest-asyncio==0.21.1
26+
pytest-benchmark==4.0.0
27+
pytest-cov==5.0.0
28+
pytest-cpp==2.6.0
29+
pytest-mock==3.14.1
30+
pytest-randomly==3.15.0
31+
referencing==0.35.1
32+
rpds-py==0.20.1
33+
sortedcontainers==2.4.0
34+
tomli==2.2.1
35+
typing-extensions==4.13.2
36+
zipp==3.20.2

.riot/requirements/134c577.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.12
3+
# by the following command:
4+
#
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/134c577.in
6+
#
7+
attrs==25.3.0
8+
coverage[toml]==7.10.7
9+
gunicorn==23.0.0
10+
hypothesis==6.45.0
11+
iniconfig==2.1.0
12+
jsonschema==4.25.1
13+
jsonschema-specifications==2025.9.1
14+
lz4==4.4.4
15+
mock==5.2.0
16+
opentracing==2.4.0
17+
packaging==25.0
18+
pluggy==1.6.0
19+
py-cpuinfo==8.0.0
20+
pygments==2.19.2
21+
pytest==8.4.2
22+
pytest-asyncio==0.21.1
23+
pytest-benchmark==5.1.0
24+
pytest-cov==7.0.0
25+
pytest-cpp==2.6.0
26+
pytest-mock==3.15.1
27+
pytest-randomly==4.0.1
28+
referencing==0.36.2
29+
rpds-py==0.27.1
30+
sortedcontainers==2.4.0
31+
typing-extensions==4.15.0

.riot/requirements/13b7af1.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.13
3+
# by the following command:
4+
#
5+
# pip-compile --allow-unsafe --cert=None --client-cert=None --index-url=None --no-annotate --pip-args=None .riot/requirements/13b7af1.in
6+
#
7+
attrs==25.3.0
8+
coverage[toml]==7.10.7
9+
gunicorn==23.0.0
10+
hypothesis==6.45.0
11+
iniconfig==2.1.0
12+
jsonschema==4.25.1
13+
jsonschema-specifications==2025.9.1
14+
lz4==4.4.4
15+
mock==5.2.0
16+
opentracing==2.4.0
17+
packaging==25.0
18+
pluggy==1.6.0
19+
py-cpuinfo==8.0.0
20+
pygments==2.19.2
21+
pytest==8.4.2
22+
pytest-asyncio==0.21.1
23+
pytest-benchmark==5.1.0
24+
pytest-cov==7.0.0
25+
pytest-cpp==2.6.0
26+
pytest-mock==3.15.1
27+
pytest-randomly==4.0.1
28+
referencing==0.36.2
29+
rpds-py==0.27.1
30+
sortedcontainers==2.4.0

.riot/requirements/158f80c.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.10
3+
# by the following command:
4+
#
5+
# pip-compile --allow-unsafe --cert=None --client-cert=None --index-url=None --no-annotate --pip-args=None .riot/requirements/158f80c.in
6+
#
7+
attrs==25.3.0
8+
coverage[toml]==7.10.7
9+
exceptiongroup==1.3.0
10+
gunicorn==23.0.0
11+
hypothesis==6.45.0
12+
iniconfig==2.1.0
13+
jsonschema==4.25.1
14+
jsonschema-specifications==2025.9.1
15+
lz4==4.4.4
16+
mock==5.2.0
17+
opentracing==2.4.0
18+
packaging==25.0
19+
pluggy==1.6.0
20+
py-cpuinfo==8.0.0
21+
pygments==2.19.2
22+
pytest==8.4.2
23+
pytest-asyncio==0.21.1
24+
pytest-benchmark==5.1.0
25+
pytest-cov==7.0.0
26+
pytest-cpp==2.6.0
27+
pytest-mock==3.15.1
28+
pytest-randomly==4.0.1
29+
referencing==0.36.2
30+
rpds-py==0.27.1
31+
sortedcontainers==2.4.0
32+
tomli==2.2.1
33+
typing-extensions==4.15.0

.riot/requirements/18b07d3.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.10
3+
# by the following command:
4+
#
5+
# pip-compile --allow-unsafe --cert=None --client-cert=None --index-url=None --no-annotate --pip-args=None .riot/requirements/18b07d3.in
6+
#
7+
attrs==25.3.0
8+
coverage[toml]==7.10.7
9+
exceptiongroup==1.3.0
10+
gunicorn==23.0.0
11+
hypothesis==6.45.0
12+
iniconfig==2.1.0
13+
jsonschema==4.25.1
14+
jsonschema-specifications==2025.9.1
15+
lz4==4.4.4
16+
mock==5.2.0
17+
opentracing==2.4.0
18+
packaging==25.0
19+
pluggy==1.6.0
20+
py-cpuinfo==8.0.0
21+
pygments==2.19.2
22+
pytest==8.4.2
23+
pytest-asyncio==0.21.1
24+
pytest-benchmark==5.1.0
25+
pytest-cov==7.0.0
26+
pytest-cpp==2.6.0
27+
pytest-mock==3.15.1
28+
pytest-randomly==4.0.1
29+
referencing==0.36.2
30+
rpds-py==0.27.1
31+
sortedcontainers==2.4.0
32+
tomli==2.2.1
33+
typing-extensions==4.15.0

.riot/requirements/1960684.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.12
3+
# by the following command:
4+
#
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1960684.in
6+
#
7+
attrs==25.3.0
8+
coverage[toml]==7.10.7
9+
gunicorn==23.0.0
10+
hypothesis==6.45.0
11+
iniconfig==2.1.0
12+
jsonschema==4.25.1
13+
jsonschema-specifications==2025.9.1
14+
lz4==4.4.4
15+
mock==5.2.0
16+
opentracing==2.4.0
17+
packaging==25.0
18+
pluggy==1.6.0
19+
py-cpuinfo==8.0.0
20+
pygments==2.19.2
21+
pytest==8.4.2
22+
pytest-asyncio==0.21.1
23+
pytest-benchmark==5.1.0
24+
pytest-cov==7.0.0
25+
pytest-cpp==2.6.0
26+
pytest-mock==3.15.1
27+
pytest-randomly==4.0.1
28+
referencing==0.36.2
29+
rpds-py==0.27.1
30+
sortedcontainers==2.4.0
31+
typing-extensions==4.15.0

.riot/requirements/1bba02b.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.13
3+
# by the following command:
4+
#
5+
# pip-compile --allow-unsafe --cert=None --client-cert=None --index-url=None --no-annotate --pip-args=None .riot/requirements/1bba02b.in
6+
#
7+
attrs==25.3.0
8+
coverage[toml]==7.10.7
9+
gunicorn==23.0.0
10+
hypothesis==6.45.0
11+
iniconfig==2.1.0
12+
jsonschema==4.25.1
13+
jsonschema-specifications==2025.9.1
14+
lz4==4.4.4
15+
mock==5.2.0
16+
opentracing==2.4.0
17+
packaging==25.0
18+
pluggy==1.6.0
19+
py-cpuinfo==8.0.0
20+
pygments==2.19.2
21+
pytest==8.4.2
22+
pytest-asyncio==0.21.1
23+
pytest-benchmark==5.1.0
24+
pytest-cov==7.0.0
25+
pytest-cpp==2.6.0
26+
pytest-mock==3.15.1
27+
pytest-randomly==4.0.1
28+
referencing==0.36.2
29+
rpds-py==0.27.1
30+
sortedcontainers==2.4.0

.riot/requirements/1c10bbf.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.11
3+
# by the following command:
4+
#
5+
# pip-compile --allow-unsafe --cert=None --client-cert=None --index-url=None --no-annotate --pip-args=None .riot/requirements/1c10bbf.in
6+
#
7+
attrs==25.3.0
8+
coverage[toml]==7.10.7
9+
gunicorn==23.0.0
10+
hypothesis==6.45.0
11+
iniconfig==2.1.0
12+
jsonschema==4.25.1
13+
jsonschema-specifications==2025.9.1
14+
lz4==4.4.4
15+
mock==5.2.0
16+
opentracing==2.4.0
17+
packaging==25.0
18+
pluggy==1.6.0
19+
py-cpuinfo==8.0.0
20+
pygments==2.19.2
21+
pytest==8.4.2
22+
pytest-asyncio==0.21.1
23+
pytest-benchmark==5.1.0
24+
pytest-cov==7.0.0
25+
pytest-cpp==2.6.0
26+
pytest-mock==3.15.1
27+
pytest-randomly==4.0.1
28+
referencing==0.36.2
29+
rpds-py==0.27.1
30+
sortedcontainers==2.4.0
31+
typing-extensions==4.15.0

.riot/requirements/1e207e1.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.13
3+
# by the following command:
4+
#
5+
# pip-compile --allow-unsafe --cert=None --client-cert=None --index-url=None --no-annotate --pip-args=None .riot/requirements/1e207e1.in
6+
#
7+
attrs==25.3.0
8+
coverage[toml]==7.10.7
9+
gunicorn==23.0.0
10+
hypothesis==6.45.0
11+
iniconfig==2.1.0
12+
jsonschema==4.25.1
13+
jsonschema-specifications==2025.9.1
14+
lz4==4.4.4
15+
mock==5.2.0
16+
opentracing==2.4.0
17+
packaging==25.0
18+
pluggy==1.6.0
19+
py-cpuinfo==8.0.0
20+
pygments==2.19.2
21+
pytest==8.4.2
22+
pytest-asyncio==0.21.1
23+
pytest-benchmark==5.1.0
24+
pytest-cov==7.0.0
25+
pytest-cpp==2.6.0
26+
pytest-mock==3.15.1
27+
pytest-randomly==4.0.1
28+
referencing==0.36.2
29+
rpds-py==0.27.1
30+
sortedcontainers==2.4.0

.riot/requirements/5275efa.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.8
3+
# by the following command:
4+
#
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/5275efa.in
6+
#
7+
attrs==25.3.0
8+
coverage[toml]==7.6.1
9+
exceptiongroup==1.3.0
10+
gunicorn==23.0.0
11+
hypothesis==6.45.0
12+
importlib-metadata==8.5.0
13+
importlib-resources==6.4.5
14+
iniconfig==2.1.0
15+
jsonschema==4.23.0
16+
jsonschema-specifications==2023.12.1
17+
lz4==4.3.3
18+
mock==5.2.0
19+
opentracing==2.4.0
20+
packaging==25.0
21+
pkgutil-resolve-name==1.3.10
22+
pluggy==1.5.0
23+
py-cpuinfo==8.0.0
24+
pytest==8.3.5
25+
pytest-asyncio==0.21.1
26+
pytest-benchmark==4.0.0
27+
pytest-cov==5.0.0
28+
pytest-cpp==2.6.0
29+
pytest-mock==3.14.1
30+
pytest-randomly==3.15.0
31+
referencing==0.35.1
32+
rpds-py==0.20.1
33+
sortedcontainers==2.4.0
34+
tomli==2.2.1
35+
typing-extensions==4.13.2
36+
zipp==3.20.2

0 commit comments

Comments
 (0)