uschindler commented on PR #12873: URL: https://github.com/apache/lucene/pull/12873#issuecomment-1838345039
Updated longer running benchmark, no changes: ``` Benchmark (js) (useMH) Mode Cnt Score Error Units ExpressionsBenchmark.expression x true thrpt 20 213,916 ± 3,146 ops/ms ExpressionsBenchmark.expression x false thrpt 20 196,846 ± 9,198 ops/ms ExpressionsBenchmark.expression func_identity(x) true thrpt 20 203,764 ± 2,965 ops/ms ExpressionsBenchmark.expression func_identity(x) false thrpt 20 204,442 ± 2,274 ops/ms ExpressionsBenchmark.expression mh_identity true thrpt 20 201,961 ± 1,870 ops/ms ExpressionsBenchmark.expression mh_identity false thrpt 20 202,759 ± 1,668 ops/ms ExpressionsBenchmark.expression func_identity(x) + x true thrpt 20 200,793 ± 2,493 ops/ms ExpressionsBenchmark.expression func_identity(x) + x false thrpt 20 201,081 ± 1,675 ops/ms ExpressionsBenchmark.expression cos(x) true thrpt 20 61,565 ± 0,423 ops/ms ExpressionsBenchmark.expression cos(x) false thrpt 20 60,722 ± 0,685 ops/ms ExpressionsBenchmark.expression cos(x) + sin(x) true thrpt 20 35,749 ± 0,365 ops/ms ExpressionsBenchmark.expression cos(x) + sin(x) false thrpt 20 35,353 ± 0,557 ops/ms ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org