Skip to content
Snippets Groups Projects
Commit 09ea8411 authored by Kostas Vilkelis's avatar Kostas Vilkelis :flamingo:
Browse files

try to implement profiling via CI

parent 4cbb5d2f
No related branches found
No related tags found
1 merge request!4Interface refactoring
Pipeline #174283 failed
image: gitlab.kwant-project.org:5005/qt/research-docker
stages:
- run profiler
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- shopt -s nullglob # sane behaviour when globs do not match
- pip install gitlab-ci-tools # for last-good-build
- LAST_GOOD_SHA=$(last-good-build || echo '')
run profiler:
script:
- pip install memray pyinstrument
- python profiling/graphene.py
stage: run profiler
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment