Skip to content

Commit

Permalink
[RND-627] cache all compiled JSON Schema validation functions (#285)
Browse files Browse the repository at this point in the history
* [METAED-1492] cache all compiled JSON Schema validation functions

* [METAED-1492] turn into a test of latency threshhold

* [METAED-1492] docs

* [METAED-1492] docs, jest or direct runs

* [METAED-1492] disable fastify clustering when FASTIFY_NUM_THREADS=1

* [METAED-1492] remove non-cross-platform env var
  • Loading branch information
bradbanister authored Aug 11, 2023
1 parent 1a3628c commit e021cd2
Show file tree
Hide file tree
Showing 13 changed files with 6,085 additions and 329 deletions.
5 changes: 4 additions & 1 deletion Meadowlark-js/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ dynamodb_local_data/
# jest-mongodb
globalConfig.json

*.log
*.log

# clinicjs profiling output
.clinic/
Loading

0 comments on commit e021cd2

Please sign in to comment.