Skip to content

Commit

Permalink
Merge pull request #1959 from tigerbeetle/matklad/dead-bench
Browse files Browse the repository at this point in the history
io: remove dead benchmark
  • Loading branch information
matklad committed May 17, 2024
2 parents e4b3229 + 398b886 commit abca5bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 215 deletions.
213 changes: 0 additions & 213 deletions src/io/benchmark.zig

This file was deleted.

2 changes: 0 additions & 2 deletions src/tidy.zig
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ const DeadDetector = struct {

fn is_entry_point(file: FileName) bool {
const entry_points: []const []const u8 = &.{
"benchmark.zig",
"fuzz_tests.zig",
"integration_tests.zig",
"jni_tests.zig",
Expand Down Expand Up @@ -382,7 +381,6 @@ const naughty_list = [_][]const u8{
"clients/node/src/translate.zig",
"config.zig",
"constants.zig",
"io/benchmark.zig",
"io/darwin.zig",
"io/windows.zig",
"lsm/binary_search.zig",
Expand Down

0 comments on commit abca5bf

Please sign in to comment.