Skip to content

Commit 46df13b

Browse files
Update owasp-benchmark.md
1 parent fcac810 commit 46df13b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/owasp-benchmark.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
### Benchmark results
1111

12-
These are the results of the OWASP Benchmark for the Datadog Static Analyzer as of 10/23/2024.
12+
These are the results of the OWASP Benchmark for the Datadog Static Analyzer as of 05/15/2025.
1313

1414
![Datadog Static Analysis OWASP Benchmark](imgs/owasp.png)
1515

@@ -26,13 +26,13 @@ git clone https://github.com/juli1/BenchmarkUtils
2626
Switch to the branch `juli1/add-datadog-support`
2727

2828
```
29-
(cd BenchmarkUtils && git checkout juli1/add-datadog-support)
29+
cd BenchmarkUtils && git checkout juli1/add-datadog-support
3030
```
3131

3232
Then, compile and install the library. It will install it in your local maven repository.
3333

3434
```
35-
cd BenchmarkUtils && mvn compile && mvn install
35+
mvn compile && mvn install
3636
```
3737

3838

@@ -59,7 +59,7 @@ git clone https://github.com/DataDog/datadog-static-analyzer.git
5959
Then, run it. At the top directory of the static analyzer, use
6060

6161
```
62-
cargo run --locked --release --bin datadog-static-analyzer -- --format sarif --output /path/to/BenchmarkJava/results/Benchmark_1.2-DatadogSast.sarif --directory /path/to/BenchmarkJava
62+
cd datadog-static-analyzer && cargo run --locked --release --bin datadog-static-analyzer -- --format sarif --output /path/to/BenchmarkJava/results/Benchmark_1.2-DatadogSast.sarif --directory /path/to/BenchmarkJava
6363
```
6464

6565

0 commit comments

Comments
 (0)