Skip to content

Commit 7254c47

Browse files
authored
Exclude procedural-string-lights from cached execution CI benchmarks (#3351)
Exclude procedural-string-lights from cached execution benchmarks This benchmark seem to have been really flaky in our CI so we remove it
1 parent 881ec0b commit 7254c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node-graph/interpreted-executor/benches/run_cached_iai.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fn setup_run_cached(name: &str) -> DynamicExecutor {
1717
}
1818

1919
#[library_benchmark]
20-
#[benches::with_setup(args = ["isometric-fountain", "painted-dreams", "procedural-string-lights", "parametric-dunescape", "red-dress", "valley-of-spires"], setup = setup_run_cached)]
20+
#[benches::with_setup(args = ["isometric-fountain", "painted-dreams", "parametric-dunescape", "red-dress", "valley-of-spires"], setup = setup_run_cached)]
2121
pub fn run_cached(executor: DynamicExecutor) {
2222
let context = RenderConfig::default();
2323
black_box(futures::executor::block_on(executor.tree().eval_tagged_value(executor.output(), black_box(context))).unwrap());

0 commit comments

Comments
 (0)