Skip to content

Commit

Permalink
updating vol id [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghh04 committed Jun 27, 2022
1 parent c7f68be commit f453900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/stack_vols.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# python stack_vols.py cache_ext async cache_ext async
# ---------------------------------------------------------------------------------

vols={'pass_through_ext':513, "cache_ext":518, "async":512, "daos": 4004}
vols={'pass_through_ext':517, "cache_ext":518, "async":512, "daos": 4004}
import sys, os
if (len(sys.argv)==1) or (sys.argv[1] == ("-h" or "--help")):
print(" This is a python script for generating environement setup for vol stacking.")
Expand Down
2 changes: 1 addition & 1 deletion utils/timing.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <sys/time.h>
#include <time.h>
#include <vector>
#define MAXITER 10000
#define MAXITER 100000
using namespace std;
double get_time_diff_secs(struct timeval &start, struct timeval &end) {
return (double)(end.tv_sec - start.tv_sec) +
Expand Down

0 comments on commit f453900

Please sign in to comment.