Skip to content

Commit

Permalink
Run benchmark on passed target
Browse files Browse the repository at this point in the history
  • Loading branch information
rsepassi committed Nov 1, 2023
1 parent dbb8ef2 commit cfba51b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ pub fn build(b: *std.Build) !void {
const bench = b.addExecutable(.{
.name = "benchmark",
.root_source_file = .{ .path = "benchmark.zig" },
.target = target,
.optimize = .ReleaseFast,
});
bench.addModule("libcoro", coro);
Expand Down

0 comments on commit cfba51b

Please sign in to comment.