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

rm cds

parent 0e64bd54
No related branches found
No related tags found
1 merge request!4Interface refactoring
Pipeline #174383 passed
image: gitlab.kwant-project.org:5005/qt/research-docker
before_script:
- cd codes; export PYTHONPATH="."; cd ..
run profiler:
script:
- pip install memray pyinstrument
- python profiling/graphene.py
artifacts:
paths:
- timeProfile.html
- memoryProfile.bin
- export PYTHONPATH="."
run tests:
# Needed because of coverage reports
......@@ -26,3 +17,12 @@ run tests:
coverage_report:
coverage_format: cobertura
path: coverage.xml
run profiler:
script:
- pip install memray pyinstrument
- python profiling/graphene.py
artifacts:
paths:
- timeProfile.html
- memoryProfile.bin
\ 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