Skip to content

Commit c2700a3

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 1fe4f17 commit c2700a3

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

aggregate-library/eclexiaiser.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
name = "aggregate-library"
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 = "Collection.fold"
9+
source = "src/ALib.mres"
10+
energy-budget-mj = 25.0
11+
carbon-budget-mg = 5.0
1212

1313
[[functions]]
14-
name = "render_page"
15-
source = "src/web.rs"
16-
energy-budget-mj = 5.0
14+
name = "Collection.filter"
15+
source = "src/ALib.mres"
16+
energy-budget-mj = 20.0
17+
carbon-budget-mg = 4.0
1718

1819
[carbon]
1920
provider = "static"

0 commit comments

Comments
 (0)