ricnorr / vthreads-numa-lock

Repository for my bachelor's diploma, implementing and benchmarking NUMA aware locks.
1 stars 1 forks source link

```gradle run``` does not work on "clean" workspace. #3

Open AndreyChurbanov opened 1 year ago

AndreyChurbanov commented 1 year ago

Benchmark completed Aggregating results Bench ended Exception in thread "main" ru.ricnorr.benchmarks.BenchmarkException: Cannot write to file with benchmarks results at ru.ricnorr.benchmarks.Main.writeResultsToCSVfile(Main.java:102) at ru.ricnorr.benchmarks.Main.main(Main.java:194) Caused by: java.io.FileNotFoundException: results/benchmark_results.csv (No such file or directory) at java.base/java.io.FileOutputStream.open0(Native Method) at java.base/java.io.FileOutputStream.open(FileOutputStream.java:293) at java.base/java.io.FileOutputStream.(FileOutputStream.java:235) at java.base/java.io.FileOutputStream.(FileOutputStream.java:123) at java.base/java.io.FileWriter.(FileWriter.java:66) at ru.ricnorr.benchmarks.Main.writeResultsToCSVfile(Main.java:90) ... 1 more

Task :run FAILED

FAILURE: Build failed with an exception.

The "results" directory should be either created by scripts, or be part of the repository.

ricnorr commented 1 year ago

fixed