perf example

This commit is contained in:
Koch
2022-10-11 15:01:54 +02:00
parent 76195703f4
commit bf0587b028
16 changed files with 530 additions and 0 deletions

8
performance/package.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "@capire/orders",
"version": "1.0.0",
"dependencies": {
"@capire/common": "*",
"@sap/cds": ">=5"
}
}