Skip to content

Commit 5d186f6

Browse files
docs: README update
1 parent 29f1b1e commit 5d186f6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,12 @@ await timeProgram.execute({
118118

119119
### Is it performant?
120120

121-
Performance measurements on an Apple M3 Pro show that compiling a complex CEL
122-
expression (with map/filter operations) takes about 1.4ms, while execution takes
123-
about 0.7ms. The one-step `evaluate()` function takes roughly 2ms as it performs
124-
both steps.
121+
Evaluations are easily sub-millisecond, more on the order of hundreds of
122+
microseconds. Compiling is a bit more expensive, but still rarely exceeds a
123+
millisecond.
124+
125+
For more deatils, see
126+
[`benchmark-results.md`](libs/core/__tests__/benchmark-results.md).
125127

126128
### Is it conformant / feature-complete?
127129

0 commit comments

Comments
 (0)