Stress Testing Tutorial

Revision en2, by C137, 2020-08-23 22:00:22

Hello Codeforces

I decided to share this article about stress testing after watching the last screencast made by Errichto. To be more precise when he started making stress testing to find counter-test. You can check that here. Errichto has a full video called How to test your solution in Competitive Programming, on Linux? I highly recommend you to check it, basically this article is the same but I am extending it to stress test solutions with multiple answers using a written checker, and I thought maybe you like written articles more than watching videos (some people do).

You can find the article here. I hope you will like it, please share with me your thoughts and if you use other helpful tools then you can share them in the comments below.

You can also check some of my previously written articles about Competitive Programming at:

Tags stress testing

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English C137 2020-08-23 22:00:22 9
en1 English C137 2020-08-23 21:59:38 1483 Initial revision (published)