Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for test_evaluate_concurrentSameScript (0.14 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/org/codelibs/fess/score/QueryRescorerTest.java

    Shinsuke Sugaya <******@****.***> 1773442886 +0900
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 9.5K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/script/groovy/GroovyEngineTest.java

        }
    
        // ===== Concurrent Evaluation Tests =====
    
        /**
         * Test concurrent evaluation of the same script from multiple threads
         */
        @Test
        public void test_evaluate_concurrentSameScript() throws Exception {
            final GroovyEngine engine = new GroovyEngine();
            final int threadCount = 8;
            final int iterationsPerThread = 50;
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:03:38 GMT 2026
    - 29.1K bytes
    - Click Count (0)
Back to Top