mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 15:06:33 +01:00
3314b3a2f5
This benchmark suite is added to measure the performance of n-api function call with various type/number of arguments. The cases in this suite are carefully selected to efficiently show the performance trend. PR-URL: https://github.com/nodejs/node/pull/21555 Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com> Reviewed-By: Kyle Farnung <kfarnung@microsoft.com>
13 lines
189 B
Python
13 lines
189 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'napi_binding',
|
|
'sources': [ 'napi_binding.c' ]
|
|
},
|
|
{
|
|
'target_name': 'binding',
|
|
'sources': [ 'binding.cc' ]
|
|
}
|
|
]
|
|
}
|