fix bug 159

This commit is contained in:
Mathieu Lacage
2008-04-04 19:02:03 +02:00
parent d4347bc1b5
commit b34fbc477b
3 changed files with 17 additions and 85 deletions

View File

@@ -224,14 +224,9 @@ int main (int argc, char *argv[])
runBench (&benchPtrC, n, "c");
//runBench (&benchPrint, n, "print");
PacketMetadata::SetOptOne (false);
runBench (&benchPtrA, n, "meta-a");
runBench (&benchPtrB, n, "meta-b");
runBench (&benchPtrC, n, "meta-c");
PacketMetadata::SetOptOne (true);
runBench (&benchPtrA, n, "meta-a-opt");
runBench (&benchPtrB, n, "meta-b-opt");
runBench (&benchPtrC, n, "meta-c-opt");
return 0;