This repository was archived by the owner on Dec 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
bin/workloads/streaming/wordcount Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ show_bannar start
2525
2626START_TIME=` timestamp`
2727printFullLog
28- run-flink-job -c com.intel.flinkbench.RunBench
28+ run-flink-job -c com.intel.hibench. flinkbench.RunBench
2929END_TIME=` timestamp`
3030
3131gen_report ${START_TIME} ${END_TIME} 0
Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616
17- workload_folder =` dirname " $0 " `
18- workload_folder =` cd " $workload_folder " ; pwd`
19- workload_root =${workload_folder} /../..
20- echo $workload_root
21- . " ${workload_root} /../.. /bin/functions/load-bench-config.sh"
17+ current_dir =` dirname " $0 " `
18+ current_dir =` cd " $current_dir " ; pwd`
19+ root_dir =${current_dir} /../../.. /../..
20+ workload_config= ${root_dir} /conf/workloads/streaming/wordcount.conf
21+ . " ${root_dir} /bin/functions/load-bench-config.sh"
2222
23- enter_bench GearpumpWordcount ${workload_root } ${workload_folder }
23+ enter_bench GearpumpWordcount ${workload_config } ${current_dir }
2424show_bannar start
2525
2626START_TIME=` timestamp`
2727printFullLog
28- run-gearpump-app com.intel.hibench.streambench.gearpump .RunBench ${SPARKBENCH_PROPERTIES_FILES}
28+ run-gearpump-app com.intel.hibench.gearpumpbench .RunBench ${SPARKBENCH_PROPERTIES_FILES}
2929END_TIME=` timestamp`
3030
3131gen_report ${START_TIME} ${END_TIME} 0
Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616
17- workload_folder =` dirname " $0 " `
18- workload_folder =` cd " $workload_folder " ; pwd`
19- workload_root =${workload_folder} /../..
20- echo " workload root: " + $workload_root
21- . " ${workload_root} /../.. /bin/functions/load-bench-config.sh"
17+ current_dir =` dirname " $0 " `
18+ current_dir =` cd " $current_dir " ; pwd`
19+ root_dir =${current_dir} /../../.. /../..
20+ workload_config= ${root_dir} /conf/workloads/streaming/wordcount.conf
21+ . " ${root_dir} /bin/functions/load-bench-config.sh"
2222
23- enter_bench StormWordcount ${workload_root } ${workload_folder }
23+ enter_bench StormWordcount ${workload_config } ${current_dir }
2424show_bannar start
2525
2626START_TIME=` timestamp`
2727printFullLog
28- run-storm-job com.intel.hibench.streambench.storm .RunBench ${SPARKBENCH_PROPERTIES_FILES} storm
28+ run-storm-job com.intel.hibench.stormbench .RunBench ${SPARKBENCH_PROPERTIES_FILES} storm
2929END_TIME=` timestamp`
3030
3131gen_report ${START_TIME} ${END_TIME} 0
Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616
17- workload_folder =` dirname " $0 " `
18- workload_folder =` cd " $workload_folder " ; pwd`
19- workload_root =${workload_folder} /../..
20- echo $workload_root
21- . " ${workload_root} /../.. /bin/functions/load-bench-config.sh"
17+ current_dir =` dirname " $0 " `
18+ current_dir =` cd " $current_dir " ; pwd`
19+ root_dir =${current_dir} /../../.. /../..
20+ workload_config= ${root_dir} /conf/workloads/streaming/wordcount.conf
21+ . " ${root_dir} /bin/functions/load-bench-config.sh"
2222
23- enter_bench StormTridentWordcount ${workload_root } ${workload_folder }
23+ enter_bench StormTridentWordcount ${workload_config } ${current_dir }
2424show_bannar start
2525
2626START_TIME=` timestamp`
2727printFullLog
28- run-storm-job com.intel.hibench.streambench.storm .RunBench ${SPARKBENCH_PROPERTIES_FILES} trident
28+ run-storm-job com.intel.hibench.stormbench .RunBench ${SPARKBENCH_PROPERTIES_FILES} trident
2929END_TIME=` timestamp`
3030
3131gen_report ${START_TIME} ${END_TIME} 0
Original file line number Diff line number Diff line change 3939 </properties >
4040
4141 <dependencies >
42- <dependency >
43- <groupId >org.scala-lang</groupId >
44- <artifactId >scala-library</artifactId >
45- <version >${scala.version} </version >
46- </dependency >
4742 <dependency >
4843 <groupId >junit</groupId >
4944 <artifactId >junit</artifactId >
You can’t perform that action at this time.
0 commit comments