Skip to content

Commit

Permalink
πŸ’š fix benchmark step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelStark committed Sep 3, 2024
1 parent a8a3590 commit 71c03a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/benchmarks.zig
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ fn bech32(_: Context, _: std.mem.Allocator, _: *std.time.Timer) !void {}

fn benchmarkZul(_: std.mem.Allocator) !void {
const ctx = Context{};
defer ctx.dhke.deinit();

(try zul.benchmark.runC(ctx, bech32, .{})).print("bech32");
}

0 comments on commit 71c03a0

Please sign in to comment.