Skip to content

Commit d40233d

Browse files
committed
docs: update benchmarks
1 parent dbb0ebc commit d40233d

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The compiler is used to convert an array of schema nodes to a function with impe
88

99
Ajv performs better in some instances because Ajv holds a reference to the input data object and does not create a new output object. Though Ajv behavior results in slightly better performance, it comes at the cost of sharing the same pointers between the input and output objects, and hence mutating one will mutate the other as well.
1010

11-
![](./vine_benchmarks.png)
11+
![](./vinejs_benchmarks.png)
1212

1313
## Schema
1414

vine_benchmarks.png

-550 KB
Binary file not shown.

vinejs_benchmarks.png

548 KB
Loading

0 commit comments

Comments
 (0)