Refactor benchmark (#5247)

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
merwanehamadi
2023-09-17 06:55:20 -07:00
committed by GitHub
parent 4463f75756
commit f4d319cee4
70 changed files with 199 additions and 628 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "TestReturnCodeWrite",
"name": "ReturnCodeWrite",
"category": ["code", "iterate"],
"task": "Add a function called multiply_int in sample_code.py that multiplies numbers by 2. You can make sure you have correctly done this by running test.py",
"dependencies": ["TestReturnCodeSimple"],
"dependencies": ["ReturnCodeSimple"],
"cutoff": 120,
"ground": {
"answer": "Just a simple multiple by 2 function. Num is 4 so answer is 8",