From 69a060724def1fb529346b8c574ce21b0bd08832 Mon Sep 17 00:00:00 2001 From: Zakaria Maaraki <41241669+zakariamaaraki@users.noreply.github.com> Date: Sun, 2 Jun 2024 19:23:50 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b835d2..8433d5f 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ and a user-facing error message is generated to explain the termination cause. In our endeavor to develop a robust and efficient remote code compiler, we conducted a series of benchmark tests to evaluate the performance across multiple programming languages. The problem chosen for this benchmark is a simple problem from Codeforces: [Watermelon (Problem A from Contest 4)](https://codeforces.com/contest/4/problem/A). -We executed 1000 test runs for each of 10 test cases in four different programming languages: Java, Python, C, and C++. This resulted in a total of 4000 executions and 30 compilations. +We executed 4000 test runs for each of 10 test cases in four different programming languages: Java, Python, C, and C++. This resulted in a total of 40000 executions and 3000 compilations. ### Test Environment