Commit 9deebc9
authored
Python >=3.10, Updated deps accordingly (numpy and pandas) (#427)
* Enabled pushing timeseries data from local run
* Exposing memory metrics on local run
* Allowing to specify different host on local runner
* Bumping version from 0.10.24 to 0.10.25
* Python >=3.10, Updated deps accordingly (numpy and pandas)
* Fixed docker/requests issue (https://stackoverflow.com/questions/78518146/docker-compose-fails-with-error-urllib3-exceptions-urlschemeunknown-not-suppor)
* Fixed unit tests for local and remote run
* Updated tox and tox-docker to address protocol issue
* Updated tox and tox-docker to address protocol issue
* black format
* Ignore flake8 E721
* Fixed tox and docker issues. added docker dev dependency1 parent 1ad4fdb commit 9deebc9
File tree
24 files changed
+1091
-503
lines changed- .github/workflows
- redisbench_admin
- compare
- deploy
- export
- profilers
- run_async
- run_local
- run_remote
- run
- utils
- tests
- test_data
24 files changed
+1091
-503
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
0 commit comments