SPSBenchmark/spsBenchmark.app.src

15 lines
251 B
Erlang

{
application,
spsBenchmark,
[
{description, "Benchmark for the SPS course"},
{env,
[
{domain, "http://192.168.1.10/wikimirror/index.php/"},
{pagefile, "safe.csv"},
{nPages, 57000}
]
}
]
}.