Skip to content

hide benchmark args by loading them from a temp file#11

Open
teelaitila wants to merge 1 commit intogpu-mode:masterfrom
teelaitila:codex/hide-test-args-tempfile
Open

hide benchmark args by loading them from a temp file#11
teelaitila wants to merge 1 commit intogpu-mode:masterfrom
teelaitila:codex/hide-test-args-tempfile

Conversation

@teelaitila
Copy link
Contributor

@teelaitila teelaitila commented Mar 2, 2026

Closes #3.

This updates do_bench_isolated(...) to hide benchmark test_args from Python stack inspection by serializing them to a temp file and loading them inside a wrapped test-case generator, instead of passing them directly as kwargs into the benchmark call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hide arugments from python stack

1 participant