Skip to content

Commit e5b406c

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 d587917 commit e5b406c

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

panel-clades/eclexiaiser.toml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,10 @@
55
name = "panel-clades"
66

77
[[functions]]
8-
name = "process_batch"
9-
source = "src/batch.rs"
10-
energy-budget-mj = 50.0
11-
carbon-budget-mg = 10.0
12-
13-
[[functions]]
14-
name = "render_page"
15-
source = "src/web.rs"
16-
energy-budget-mj = 5.0
8+
name = "mountApp"
9+
source = "examples/SafeDOMExample.res"
10+
energy-budget-mj = 10.0
11+
carbon-budget-mg = 2.0
1712

1813
[carbon]
1914
provider = "static"

runtime/eclexiaiser.toml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,10 @@
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
12-
13-
[[functions]]
14-
name = "render_page"
15-
source = "src/web.rs"
16-
energy-budget-mj = 5.0
8+
name = "stack-up"
9+
source = "scripts/stack-up.sh"
10+
energy-budget-mj = 20.0
11+
carbon-budget-mg = 4.0
1712

1813
[carbon]
1914
provider = "static"

0 commit comments

Comments
 (0)