performance benchmarks used to automate the measurements of the performance of compute nodes of ipr cluster.
Go to file
Guillaume Raffy 6715cd1714 made starbench compatible with python 3.5 + :
- removed type hints for vraiable (requires python 3.6 +)
- converted `Path` into `str` where Path type is not supported
- use `_ForwardRef` instead of `ForwardRef`

note: python3.5 was chosen as a target because that's the version of python3 on ipr's cluster
2022-06-07 12:44:25 +02:00
.ipr made starbench compatible with python 3.5 + : 2022-06-07 12:44:25 +02:00