Skip to content

Commit

Permalink
Fix collect_steps script
Browse files Browse the repository at this point in the history
PR #963 changed the root step name, now our script is failing.

Would be great to add it to CI, but I have high hopes that #961 is not
too far ahead.

Tested by manually running this script
  • Loading branch information
akoshelev committed Mar 15, 2024
1 parent cc5d71c commit 4089860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/collect_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
QUERY_SIZE = 100
# attribution_window_seconds = 0 runs an optimized protocol, so 0 and anything larger
ATTRIBUTION_WINDOW = [0, 86400]
ROOT_STEP_PREFIX = "protocol/alloc::string::String::run-0"
ROOT_STEP_PREFIX = "protocol/ipa_core::test_fixture::world::TestExecutionStep::iter0"
BREAKDOWN_KEYS = 256
USER_CAP = [8, 16, 32, 64, 128]
SECURITY_MODEL = "semi-honest"
Expand Down

0 comments on commit 4089860

Please sign in to comment.