Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #7

Merged
merged 14 commits into from
Feb 23, 2024
Prev Previous commit
Next Next commit
fix: benchmark bug fixed
  • Loading branch information
zarttic committed Feb 23, 2024
commit bf7fdbf4a9ec519b2e0d1b0a9382e2dcc4793208
1 change: 1 addition & 0 deletions benchmark/bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ var db *bitcask.DB
func init() {
cfg := bitcask.DefaultConfig
dir, err := os.MkdirTemp("", "bitcask-bench-test")
cfg.DirPath = dir
if err != nil {
panic(err)
}
Expand Down
Loading