Skip to content

Commit 1c78656

Browse files
author
Ziv Riechman
committed
Update runBenchmark_wHCL.bat
1 parent a5c2503 commit 1c78656

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tools/HCL/runBenchmark_wHCL.bat

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,8 @@ IF EXIST .\secagent.jar (
1111

1212
CD ..\..
1313

14-
@REM ECHO After Crawl is Complete, hit Ctrl-C to stop Benchmark Tomcat instance.
15-
@REM ECHO When it asks "Terminate batch job (Y/N)?" Enter N, so script will complete and copy results to /results directory.
16-
@REM ECHO.
17-
1814
CALL mvn clean package cargo:run -Pdeploywhcl -Drunenv=remote
1915

20-
@REM ECHO Copying HCL reports to results directory
21-
22-
@REM COPY tools\HCL\HCL-IAST.hcl results\Benchmark_HCL-IAST.hcl
23-
24-
@REM CD tools\HCL
25-
2616
) ELSE (
2717
ECHO HCL is a commercial product, so you need a licensed version of HCL in order to run it on the Benchmark. If you have access to HCL, download the HCL Agent for Java ^(secagent.jar^), put it into the /tools/HCL folder, and then rerun this script. Please contact HCL at https://www.hcl.com/.
2818
)

0 commit comments

Comments
 (0)