mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-28 18:11:39 +00:00
benchmark: a new package and framework for benchmarking
This commit is contained in:
6
src/benchmark/main.zig
Normal file
6
src/benchmark/main.zig
Normal file
@@ -0,0 +1,6 @@
|
||||
pub const Benchmark = @import("Benchmark.zig");
|
||||
pub const TerminalStream = @import("TerminalStream.zig");
|
||||
|
||||
test {
|
||||
_ = @import("std").testing.refAllDecls(@This());
|
||||
}
|
||||
Reference in New Issue
Block a user