Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(tools): install dependencies correctly | Franck Cuny | 2022-10-29 | 1 | -1/+2 |
| | | | | | | | For the python tools, we need the python runtime to be available. For this we need to specify the dependencies in `propagatedBuildInputs`. The same is true for flamegraph and perf. | ||||
* | ref(seqstat): rewrite from go to python | Franck Cuny | 2022-10-15 | 1 | -0/+24 |
This is a simple script, there's no benefit in having this in go. Having it Python makes it easier to extend with panda or other libraries in the future if I need more statistics too. |