Skip to content
Snippets Groups Projects
Commit 6f36650c authored by Marek Cuchý's avatar Marek Cuchý
Browse files

fixed missed renaming to StringSet

parent 3473125c
Branches master
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ public class Main {
for (int i = 1; i < MAX_THREADS; i++) {
for (int j = 0; j < REPEAT_BENCHMARK; j++) {
long time1 = test(i, new SynchronizedStringSet(10000));
//long time2 = test(i, new NonblockDictionary(10000));
//long time2 = test(i, new NonblockStringSet(10000));
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment