-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathresearch.json
More file actions
27 lines (27 loc) · 879 Bytes
/
Copy pathresearch.json
File metadata and controls
27 lines (27 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"tag": "mar26",
"modifiable_files": [
"crates/sandcastle/src/runtime.rs",
"crates/sandcastle/src/sandbox.rs"
],
"readonly_files": [
"crates/sandcastle/benches/sandbox.rs",
"crates/sandcastle/src/capability.rs",
"crates/sandcastle/src/limits.rs",
"crates/sandcastle/src/transcript.rs",
"crates/sandcastle/src/pool.rs",
"crates/sandcastle/src/types.rs",
"crates/sandcastle/Cargo.toml"
],
"run_command": "cargo bench --bench sandbox 2>&1",
"metric_grep": "^ Ops/sec:",
"metric_name": "ops_sec",
"metric_direction": "higher",
"secondary_metrics": [
"Simple expression.*Ops/sec:"
],
"timeout_seconds": 300,
"setup_check": "cargo build --release 2>&1 | tail -1",
"no_new_dependencies": true,
"soft_constraints": "Don't break any existing tests. Keep code clean — tiny gain + ugly complexity = not worth it."
}