Skip to content

Commit

Permalink
reflecting comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JslYoon committed Sep 26, 2024
1 parent 2d37791 commit 494be09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion script/infra/pybliss.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def run_single_bliss_bench(self, args: BlissArgs) -> BlissStats:
f"--file_type {'binary' if args.file_type else 'txt'}",
"--use_preload" if args.use_preload else "",
]
print("this is cmd: " , " ".join(cmd))
process = subprocess.Popen(
" ".join(cmd),
stdout=subprocess.PIPE,
Expand Down
1 change: 1 addition & 0 deletions src/bliss/bench_ART.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef BLISS_BENCH_ART
#define BLISS_BENCH_ART

#include "ART.h"
#include "ART.h"

#include <vector>
Expand Down

0 comments on commit 494be09

Please sign in to comment.