Skip to content

Commit bb03bc6

Browse files
committed
chore: update benchmark codes
1 parent c98c0b4 commit bb03bc6

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

benchmark/complex-jit-aot.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
global.__INTLIFY_JIT_COMPILATION__ = true // set JIT mode for Node.js
2+
13
import { createCommonJS } from 'mlly'
24
import { baseCompile } from '@intlify/message-compiler'
35
import {

benchmark/complex-jit.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
global.__INTLIFY_JIT_COMPILATION__ = true // set JIT mode for Node.js
2+
13
import { createCommonJS } from 'mlly'
24
import {
35
translate,

benchmark/simple-jit-aot.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
global.__INTLIFY_JIT_COMPILATION__ = true // set JIT mode for Node.js
2+
13
import { createCommonJS } from 'mlly'
24
import { baseCompile } from '@intlify/message-compiler'
35
import {

benchmark/simple-jit.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
global.__INTLIFY_JIT_COMPILATION__ = true // set JIT mode for Node.js
2+
13
import { createCommonJS } from 'mlly'
24
import {
35
translate,

0 commit comments

Comments
 (0)