Skip to content

Commit

Permalink
minor comments
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-prince committed Nov 10, 2024
1 parent 62f9330 commit f5fcd38
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion benchmark-script/read_operation/main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package main

import (
//"bufio"
"flag"
"fmt"
"io"
Expand Down
2 changes: 1 addition & 1 deletion benchmark-script/read_operation/result_metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ func percentileFloat64(values []float64, p int) float64 {
index--
}
return values[index]
}
}
2 changes: 1 addition & 1 deletion benchmark-script/read_operation/run_warp_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -e
shopt -s expand_aliases

time go run . --threads 64 --read-count 1 --file-size-mb 64 --dir /home/princer_google_com/warp-test/gcs/64M/ --file-prefix "experiment."
time go run . --threads 64 --read-count 1 --file-size-mb 64 --dir /home/princer_google_com/warp-test/gcs/64M/ --file-prefix "experiment."

0 comments on commit f5fcd38

Please sign in to comment.