Skip to content

Commit d9b3a85

Browse files
authored
Update README.md
1 parent 8b23328 commit d9b3a85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ This algorithm is faster than JEP math expresion parser!!! If you compare java.m
9595

9696
CPU: i7-6500U
9797
98-
test 1: execute once the expression: 4ms
99-
test 2: execute 100000 times: 2100 ms --> mean time 0.021 ms per execution
100-
test 3: execute one million times: 16500 ms --> mean time 0.0165 ms per execution
98+
test 1: one execution: 4ms
99+
test 2: 100000 executions : 2100 ms --> mean time 0.021 ms per execution
100+
test 3: million executions: 16500 ms --> mean time 0.0165 ms per execution
101101

102102

103103
This version is compiled for Java 1.6

0 commit comments

Comments
 (0)