Skip to content

Commit

Permalink
Update runBenchmark_wHCL.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziv Riechman committed Mar 6, 2024
1 parent a5c2503 commit 1c78656
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tools/HCL/runBenchmark_wHCL.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,8 @@ IF EXIST .\secagent.jar (

CD ..\..

@REM ECHO After Crawl is Complete, hit Ctrl-C to stop Benchmark Tomcat instance.
@REM ECHO When it asks "Terminate batch job (Y/N)?" Enter N, so script will complete and copy results to /results directory.
@REM ECHO.

CALL mvn clean package cargo:run -Pdeploywhcl -Drunenv=remote

@REM ECHO Copying HCL reports to results directory

@REM COPY tools\HCL\HCL-IAST.hcl results\Benchmark_HCL-IAST.hcl

@REM CD tools\HCL

) ELSE (
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/.
)

0 comments on commit 1c78656

Please sign in to comment.