Skip to content

Commit 256561e

Browse files
hyperpolymathclaude
andcommitted
chore: update eclexiaiser.toml with real function entries
Replace placeholder src/batch.rs functions with actual source paths and meaningful function names from the codebase. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 93649cf commit 256561e

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

runtime/eclexiaiser.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
name = "runtime"
66

77
[[functions]]
8-
name = "process_batch"
9-
source = "src/batch.rs"
10-
energy-budget-mj = 50.0
11-
carbon-budget-mg = 10.0
8+
name = "build_attack_overrides"
9+
source = "amuck/main.amuck.001.rs"
10+
energy-budget-mj = 35.0
11+
carbon-budget-mg = 7.0
1212

1313
[[functions]]
14-
name = "render_page"
15-
source = "src/web.rs"
16-
energy-budget-mj = 5.0
14+
name = "cpu_work"
15+
source = "abduct/abduct-20260228235740/attack_harness.rs"
16+
energy-budget-mj = 80.0
17+
carbon-budget-mg = 16.0
1718

1819
[carbon]
1920
provider = "static"

0 commit comments

Comments
 (0)