Why don't you run tests after each change?
Bash Run persistence tests
All 9 pass. You're right — I should run the tests after every change, not just at the end. I'll do that going forward.
- Write feedback_run_tests.md 12 lines
- Write MEMORY.md
Why don't you run tests after each change?
Bash Run persistence tests
All 9 pass. You're right — I should run the tests after every change, not just at the end. I'll do that going forward.
| <lensdatabase> | |
| <lens> | |
| <maker>Venus</maker> | |
| <model>Laowa 15mm f/2.0 Zero-D</model> | |
| <mount>Sony E</mount> | |
| <cropfactor>1.0</cropfactor> | |
| <calibration> | |
| <distortion model="ptlens" focal="15" a="0.011" b="-0.039" c="0.037" /> | |
| <tca model="poly3" focal="15.0" br="0.0000531" vr="1.0000188" bb="-0.0000209" vb="1.0002574" /> | |
| <vignetting model="pa" focal="15.0" aperture="2.0" distance="10" k1="-2.2078764" k2="2.2634768" k3="-0.8871928" /> |
PgSQL - 12 queries/sec - Tractus-X EDC 0.10.1
SELECT * FROM edc_contract_negotiation LEFT JOIN edc_contract_agreement agr ON edc_contract_negotiation.agreement_id = agr.agr_id WHERE state = $1 AND pending = $2 AND type = $3 AND (lease_id IS NULL OR lease_id IN (SELECT lease_id FROM edc_lease WHERE ($4 > (leased_at + lease_duration)))) ORDER BY state_timestamp ASC LIMIT $5 OFFSET $6edc.negotiation.consumer.state-machine.iteration-wait-millisedc.negotiation.consumer.state-machine.batch-sizeedc.negotiation.consumer.send.retry.limitedc.negotiation.consumer.send.retry.base-delay.ms| #!/usr/bin/env python3 | |
| '''Enum argparse''' | |
| import argparse | |
| import enum | |
| from dataclasses import dataclass | |
| @dataclass |
grep -ir "python3_{10..11}" /var/db/repos/gentoo/* | wc -l
| ################################################### | |
| # | |
| # ThinkPad T480 | |
| # | |
| # i7-8550U, 9th Gen Intel GFX, SSD WD NS720 512G | |
| # | |
| ################################################### | |
| # Prefer stability over agressive optimizations | |
| # Use '-march=native' since working fine; check: 'echo | gcc -### -E - -march=native' |
| echo 'security.protocol=SSL' > ~/kafka-client.properties | |
| export KAFKA_HEAP_OPTS='-Xmx2g' | |
| # ./bin/kafka-consumer-groups.sh --bootstrap-server <host:port> --timeout 15000 --command-config kafka-client.properties --group '<consumer_group_name>' --topic '<topic>:<partition>' --reset-offsets --to-offset <offset> --dry-run | |
| ./bin/kafka-consumer-groups.sh --bootstrap-server '...amazonaws.com:9094' --timeout 15000 --command-config ~/kafka-client.properties --group 'kestra_executor_main' --topic 'kestra_execution:7' --reset-offsets --to-offset 8915 --dry-run | |
| # append '--execute' to commit |
| https://dofsimulator.net/en/?x=EQaAyQEGgAAMIkwkAAADgAA |