You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
I am trying to benchmark the Coraza project following the guide provided in the Coraza benchmark documentation. When I run the benchmark command, I encounter an error stating that there are no test files.
To Reproduce
Steps to reproduce the behavior:
Clone the repository: git clone https://github.com/jptosso/coraza-benchmarks
Navigate to the repository directory: cd coraza-benchmarks
Run the benchmark command: go test -bench=. ./...
Expected behavior
The benchmarks should run without errors.
Actual behavior
The following error is displayed:
bash
? github.com/jptosso/coraza-benchmarks [no test files]
Desktop:
OS: Kali Linux
Go version: go1.21.7
I believe the issue is that there are no test files in the repository. Could you please provide guidance on what kind of test files are required to successfully run the benchmarks? Any examples or additional steps would be greatly appreciated.
Thank you for your support and for developing such a valuable tool.
The text was updated successfully, but these errors were encountered:
On Fri, Jun 14, 2024 at 9:03 AM Sara Khosrozadeh ***@***.***> wrote:
I am trying to benchmark the Coraza project following the guide provided
in the Coraza benchmark documentation
<https://coraza.io/docs/reference/benchmarks/>. When I run the benchmark
command, I encounter an error stating that there are no test files.
To Reproduce
Steps to reproduce the behavior:
Clone the repository: git clone https://github.com/jptosso/coraza-benchmarks
Navigate to the repository directory: cd coraza-benchmarks
Run the benchmark command: go test -bench=. ./...
Expected behavior
The benchmarks should run without errors.
Actual behavior
The following error is displayed:
bash
? github.com/jptosso/coraza-benchmarks [no test files]
Desktop:
OS: Kali Linux
Go version: go1.21.7
I believe the issue is that there are no test files in the repository.
Could you please provide guidance on what kind of test files are required
to successfully run the benchmarks? Any examples or additional steps would
be greatly appreciated.
Thank you for your support and for developing such a valuable tool.
—
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXOYAUOO5Z6MHWWAGAUUHDZHKIVLAVCNFSM6AAAAABJJYQWTCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM2TENRXHA3DQNQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
I am trying to benchmark the Coraza project following the guide provided in the Coraza benchmark documentation. When I run the benchmark command, I encounter an error stating that there are no test files.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The benchmarks should run without errors.
Actual behavior
The following error is displayed:
bash
? github.com/jptosso/coraza-benchmarks [no test files]
Desktop:
I believe the issue is that there are no test files in the repository. Could you please provide guidance on what kind of test files are required to successfully run the benchmarks? Any examples or additional steps would be greatly appreciated.
Thank you for your support and for developing such a valuable tool.
The text was updated successfully, but these errors were encountered: