mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-07 01:02:55 +08:00
perf: runtime performance (#6665)
* perf: runtime performance * add stringify trace * remove trace val * remove trace val * remove logger * remove logger * add test * add log
This commit is contained in:
@@ -41,7 +41,7 @@ describe('replaceJsonBodyString', () => {
|
||||
const mockProps = {
|
||||
variables: mockVariables,
|
||||
allVariables: mockAllVariables,
|
||||
runtimeNodes: mockRuntimeNodes
|
||||
runtimeNodesMap: new Map(mockRuntimeNodes.map((node) => [node.nodeId, node]))
|
||||
};
|
||||
|
||||
describe('Basic variable replacement functionality', () => {
|
||||
|
||||
Reference in New Issue
Block a user