blinktree: Use PMCs by default.

This commit is contained in:
Michael Mueller
2023-08-07 17:52:04 +02:00
parent 6d53c9c874
commit e58e468808

View File

@@ -205,7 +205,7 @@ void Libc::Component::construct(Libc::Env &env) {
char cores_arg[10];
sprintf(cores_arg, "%d", cores);
char *args[] = {"blinktree_benchmark", "-i", "4", "-pd", "3", "-p", cores_arg};
char *args[] = {"blinktree_benchmark", "-i", "6", "-pd", "3", "-p", cores_arg};
Libc::with_libc([&]()
{