Skip to content

Draft: [Pydantic schemas] Fix performance issue

Pipeline in hive https://gitlab.syncad.com/hive/hive/-/pipelines/71338 of branch https://gitlab.syncad.com/hive/hive/-/commits/mzebrak/bump-schemas (dependant on hive!959 (merged))

This change reduces the execution time of schemas/__private/operations/__init__.py file

from:

  • 7.25s user 0.09s system 100% cpu 7.346 total

to:

  • 0.68s user 0.02s system 100% cpu 0.698 total
Edited by Mateusz Żebrak

Merge request reports