mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Optimize: more inlining and more use of AHashMap
No real gains, but it didn't hurt either
This commit is contained in:
@@ -19,7 +19,7 @@ pub fn criterion_benchmark(c: &mut Criterion) {
|
||||
})
|
||||
});
|
||||
|
||||
c.bench_function("demo_windows_minimal (no tesselation)", |b| {
|
||||
c.bench_function("demo_windows_minimal_no_tesselation", |b| {
|
||||
b.iter(|| {
|
||||
ctx.begin_frame(raw_input.clone());
|
||||
demo_windows.ui(&ctx);
|
||||
|
||||
Reference in New Issue
Block a user