Skip to content
Snippets Groups Projects

No ewma

Merged Jim Newsome requested to merge no-ewma into main
1 file
+ 7
4
Compare changes
  • Side-by-side
  • Inline
+ 7
4
@@ -124,12 +124,10 @@ variables:
Probably doesn't make sense to use less than 5m (300s) since the simulated
network doesn't finish bootstrapping until that time."
PL_BASELINE_LABEL:
# XXX Temp; need to run and commit new baseline
value: 'conflux'
value: 'tor-0.4.8.12-baseline'
description: "Label used for 'baseline' data in plots"
PL_BASELINE_DIR:
# XXX Temp; need to run and commit new baseline
value: '2023-08-25-main-bug40842-test-99141'
value: '2024-06-20-main-tor-0.4.8.12-baseline-179149'
description: "Which directory of archived sim results to plot as the baseline"
# Run on ci-runner-x86-03-shadow
PL_BIG_RUNNER_TAG:
@@ -205,6 +203,11 @@ workflow:
- if: '$PL_PRESET == "tor-0.4.8.12-baseline"'
variables:
PL_SLUG: 'tor-0.4.8.12-baseline'
- if: '$PL_PRESET == "tor-0.4.8.12-no-ewma"'
variables:
PL_SLUG: 'tor-0.4.8.12-no-ewma'
# Disable EWMA
PL_TORRC_COMMON_SUFFIX: 'CircuitPriorityHalflife 0'
# Don't run an unrecognized preset"
- when: never
Loading