File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ sql_benchmark() {
7474}
7575
7676DIR=" benchmark/feldera-sql/benchmarks/"
77- TESTS=${DIR} / *
77+ TESTS=" nexmark "
7878if [ " $CLOUD " != " " ]; then
7979 TESTS=${DIR} /nexmark
8080fi
@@ -106,12 +106,6 @@ if [ "$CLOUD" = "" ]; then
106106 DATASET_SMALL=' wiki-Talk'
107107 DATASET_MEDIUM=' kgs'
108108 fi
109- # cargo bench --bench ldbc-graphalytics -- bfs ${DATASET_SMALL} --threads 1 --csv ${LDBC_CSV_FILE}
110- # cargo bench --bench ldbc-graphalytics -- bfs ${DATASET_MEDIUM} --threads 6 --csv ${LDBC_CSV_FILE}
111- # cargo bench --bench ldbc-graphalytics -- pagerank ${DATASET_SMALL} --threads 1 --csv ${LDBC_CSV_FILE}
112- # cargo bench --bench ldbc-graphalytics -- pagerank ${DATASET_MEDIUM} --threads 6 --csv ${LDBC_CSV_FILE}
113- # mkdir -p ${LDBC_RESULTS_DIR}
114- # mv crates/dbsp/${LDBC_CSV_FILE} ${LDBC_RESULTS_DIR}
115109
116110 # Run nexmark benchmark with persistence
117111 MAX_EVENTS=3000000
@@ -120,7 +114,5 @@ if [ "$CLOUD" = "" ]; then
120114 MAX_EVENTS=100000
121115 fi
122116 cargo bench --bench nexmark -- --max-events=${MAX_EVENTS} --cpu-cores ${CORES} --num-event-generators 6 --source-buffer-size 10000 --input-batch-size 40000 --csv ${NEXMARK_DRAM_CSV_FILE}
123- mv crates/nexmark/${NEXMARK_DRAM_CSV_FILE} $NEXMARK_RESULTS_DIR
124- # cargo bench --bench nexmark --features persistence -- --max-events=${MAX_EVENTS} --cpu-cores ${CORES} --num-event-generators 6 --source-buffer-size 10000 --input-batch-size 40000 --csv ${NEXMARK_PERSISTENCE_CSV_FILE}
125- # mv crates/nexmark/${NEXMARK_PERSISTENCE_CSV_FILE} $NEXMARK_RESULTS_DIR
117+ mv crates/nexmark/${NEXMARK_DRAM_CSV_FILE} $NEXMARK_RESULTS_DIR
126118fi
You can’t perform that action at this time.
0 commit comments