mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
New demo artwork: "Parametric Dunescape"
This commit is contained in:
@@ -3,7 +3,7 @@ use graph_craft::util::*;
|
||||
use iai_callgrind::{black_box, library_benchmark, library_benchmark_group, main};
|
||||
|
||||
#[library_benchmark]
|
||||
#[benches::with_setup(args = ["isometric-fountain", "painted-dreams", "procedural-string-lights", "red-dress", "valley-of-spires"], setup = load_from_name)]
|
||||
#[benches::with_setup(args = ["isometric-fountain", "painted-dreams", "procedural-string-lights", "parametric-dunescape", "red-dress", "valley-of-spires"], setup = load_from_name)]
|
||||
pub fn compile_to_proto(_input: NodeNetwork) {
|
||||
black_box(compile(_input));
|
||||
}
|
||||
|
||||
@@ -18,4 +18,12 @@ pub fn load_from_name(name: &str) -> NodeNetwork {
|
||||
load_network(content)
|
||||
}
|
||||
|
||||
pub static DEMO_ART: [&str; 6] = ["changing-seasons", "painted-dreams", "red-dress", "valley-of-spires", "isometric-fountain", "procedural-string-lights"];
|
||||
pub static DEMO_ART: [&str; 7] = [
|
||||
"changing-seasons",
|
||||
"painted-dreams",
|
||||
"red-dress",
|
||||
"valley-of-spires",
|
||||
"isometric-fountain",
|
||||
"procedural-string-lights",
|
||||
"parametric-dunescape",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user