You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a question about the bloom_filter test in SSTableTest.
The test inserted 1e5 keys and tested 5e6 uninserted keys, but it failed on my local machine. Is it related to the computing power of my local CPU?
For example, I changed it to insert 5e4 keys and 2e5 uninserted keys, and it passed.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello, sorry for my late response, the time limits of tests are determined by measuring the execution time on our course server, so it defintely related to your hardware configuration. If you just want to check the correctness, and you ensure that there are no errors on the time complexity, you can change the time limit.
I am very happy to see someone else to do this project.
Also, if you have any idea to improve the testing method, or the documents, please feel free to make comments.
Hi, I have a question about the bloom_filter test in SSTableTest.
The test inserted 1e5 keys and tested 5e6 uninserted keys, but it failed on my local machine. Is it related to the computing power of my local CPU?
For example, I changed it to insert 5e4 keys and 2e5 uninserted keys, and it passed.
Thanks!
The text was updated successfully, but these errors were encountered: