File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ console.log(result);
7272
7373Install this library in your app to submit code for evaluation.
7474
75- * Splits code into test cases
75+ * Splits test cases into batches
7676* Sends to Redis queue
7777* Retrieves results back
7878
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export default function DocsPage() {
5050 < ul className = "space-y-2 text-sm text-blue-800" >
5151 < li className = "flex items-start" >
5252 < Lightbulb className = "w-4 h-4 text-blue-600 mr-2 mt-0.5 flex-shrink-0" />
53- < span > Splits code into test cases</ span >
53+ < span > Splits test cases into batches </ span >
5454 </ li >
5555 < li className = "flex items-start" >
5656 < Lightbulb className = "w-4 h-4 text-blue-600 mr-2 mt-0.5 flex-shrink-0" />
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export default function NPMPage() {
2121 </ div >
2222 < h1 className = "text-4xl md:text-5xl font-bold text-gray-900 mb-6" > Judge< span className = "text-orange-600" > Lib</ span > NPM Library</ h1 >
2323 < p className = "text-xl text-gray-600 mb-8" >
24- A distributed code-execution library that divides test cases into batches, stores them in Redis,
24+ A distributed code-execution library that divides large test cases into batches, stores them in Redis,
2525 and executes them efficiently using background workers.
2626 </ p >
2727 < div className = "bg-gray-900 rounded-lg p-4 text-green-400 font-mono text-lg mb-8 max-w-md mx-auto" >
Original file line number Diff line number Diff line change @@ -590,13 +590,14 @@ export default function SelfHostPage() {
590590 variant = "ghost"
591591 className = "text-gray-400 hover:text-white"
592592 onClick = { ( ) =>
593- handleCopyCode ( "docker pull lightningsagar/worker:210b8cfd943b24e7381c4c8f1f3114c2d1fd3d81
593+ handleCopyCode ( " docker pull lightningsagar/worker:210b8cfd943b24e7381c4c8f1f3114c2d1fd3d81 " )
594594 }
595595 >
596596 < Copy className = "w-4 h-4" />
597597 </ Button >
598598 </ div >
599- < code > docker pull lightningsagar/worker:210b8cfd943b24e7381c4c8f1f3114c2d1fd3d81
599+ < code > docker pull lightningsagar/worker:210b8cfd943b24e7381c4c8f1f3114c2d1fd3d81
600+ </ code >
600601 </ div >
601602 </ div >
602603 { /* Step 4 */ }
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ console.log(result);
7272
7373Install this library in your app to submit code for evaluation.
7474
75- * Splits code into test cases
75+ * Splits test cases into batches
7676* Sends to Redis queue
7777* Retrieves results back
7878
You can’t perform that action at this time.
0 commit comments