We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f1b1e commit 5d186f6Copy full SHA for 5d186f6
README.md
@@ -118,10 +118,12 @@ await timeProgram.execute({
118
119
### Is it performant?
120
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.
+Evaluations are easily sub-millisecond, more on the order of hundreds of
+microseconds. Compiling is a bit more expensive, but still rarely exceeds a
+millisecond.
+
125
+For more deatils, see
126
+[`benchmark-results.md`](libs/core/__tests__/benchmark-results.md).
127
128
### Is it conformant / feature-complete?
129
0 commit comments